Skip to content

Commit

Permalink
Finally cut the dependency on werkzeug!
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhmather committed May 1, 2017
1 parent a2d2bde commit 7d21182
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -30,7 +30,6 @@
],
platforms='any',
install_requires=[
'werkzeug >= 0.10, < 0.11',
],
tests_require=list(set(sum(
(extras_require[extra] for extra in {}), []
Expand Down

0 comments on commit 7d21182

Please sign in to comment.