Skip to content

Commit d25b19b

Browse files
authored
Merge pull request #39 from python-restx/hotfix-werkzeug-compat
fix: enforce werkzeug <= 0.16.1 until we get a proper fix
2 parents e65ae32 + 671e4c5 commit d25b19b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements/install.pip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
aniso8601>=0.82
22
jsonschema
33
Flask>=0.8
4+
werkzeug<=0.16.1
45
pytz
56
six>=1.3.0
67
enum34; python_version < '3.4'

0 commit comments

Comments
 (0)