Skip to content

Commit 136999f

Browse files
committed
No longer pin werkzeug to <=0.16.1
The tests right now are broken on earlier werkzeug versions. Allow the latest werkzeug version so the tests pass.
1 parent d723df6 commit 136999f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/install.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aniso8601>=0.82
22
jsonschema
33
Flask>=0.8
4-
werkzeug<=0.16.1
4+
werkzeug
55
pytz
66
six>=1.3.0
77
enum34; python_version < '3.4'

0 commit comments

Comments
 (0)