Skip to content

Commit

Permalink
Pin werkzeug dependency due to dependency requirements
Browse files Browse the repository at this point in the history
Should be temporary. Should also consider transition to flask_restx as
flask_restplus is currently unmaintained.

reference:
noirbizarre/flask-restplus#777
python-restx/flask-restx#39
python-restx/flask-restx#34

notice from flask_restplus: https://github.com/noirbizarre/flask-restplus#flask-restplus
"This project has been forked to Flask-RESTX and will be maintained by
by the python-restx organization. Flask-RESTPlus should be considered
unmaintained."
  • Loading branch information
royragsdale committed Feb 12, 2020
1 parent 683968b commit a59b3e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions picoCTF-web/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"spur==0.3.21",
"voluptuous==0.11.7",
"walrus==0.7.1",
"werkzeug<=0.16.1"
],
extras_require={
"dev": [
Expand Down

0 comments on commit a59b3e4

Please sign in to comment.