Skip to content

Commit

Permalink
Remove pin on werkzeug version
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Apr 13, 2020
1 parent df65c39 commit f0f4d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
'pyOpenSSL',
'ndg-httpsclient',
'pyasn1',
'werkzeug==0.16.1'
'werkzeug',
]


Expand Down Expand Up @@ -88,6 +88,6 @@ def run(self):
cmdclass={'build_py': BaseframeBuildPy},
dependency_links=[
"https://github.com/hasgeek/coaster/archive/master.zip#egg=coaster-dev",
"https://github.com/hasgeek/flask-babelhg/archive/master.zip#egg=Flask-Babelhg-0.12.3"
"https://github.com/hasgeek/flask-babelhg/archive/master.zip#egg=Flask-Babelhg-0.12.3",
],
)

0 comments on commit f0f4d1a

Please sign in to comment.