Skip to content

Commit

Permalink
Fix Werkzeug==0.16.1 for Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
marblestation committed Dec 18, 2020
1 parent 17025c4 commit b65b5aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ConcurrentLogHandler==0.9.1
DateTime==4.3.0
Flask==0.12.4 ; python_version < '3.0'
Flask==1.1.2 ; python_version > '3.0'
Werkzeug==0.16.1 ; python_version < '3.0'
Flask-SQLAlchemy==2.4.4
Flask-RESTful==0.3.8
flask-discoverer==0.1.5
Expand Down

0 comments on commit b65b5aa

Please sign in to comment.