Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Exclude werkzeug >=0.13 and <0.15.
Browse files Browse the repository at this point in the history
There's an issue with file uploads that makes them incompatible with
ZipFile. 0.12.2 is unaffected, and 0.15 will have the fix.

See: pallets/werkzeug#1344
  • Loading branch information
kgaughan committed Mar 4, 2019
1 parent 5dd2dad commit 8df45c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires = [
"docopt",
"humanize",
"pystache",
"werkzeug",
"werkzeug!=0.13,!=0.14,!=0.14.1",
]
classifiers = [
"Environment :: Web Environment",
Expand Down

0 comments on commit 8df45c1

Please sign in to comment.