Skip to content

Commit

Permalink
Pin Werkzeug<2.2 as it is causing RuntimeErrors, see pallets/werkzeug…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbannister committed Aug 3, 2022
1 parent 568600b commit bee4e57
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,7 @@ def get_long_description():
"requests",
"retrying",
"stashy",

# "Werkzeug==2.1.2",
# "attrs==21.4.0",
# "flake8==4.0.1",
# "flask==2.1.3",
# "hypothesis==6.52.3",
# "importlib-resources==5.8.0",
# "jsonschema==4.7.2",
# "jupytext==1.14.0",
# "mccabe==0.6.1",
# "pycodestyle==2.8.0",
# "pyflakes==2.4.0",
# "urllib3==1.26.10",
# "virtualenv==20.15.1",
"Werkzeug<2.2",
],
extras_require={
"prometheus": ["prometheus_client"],
Expand Down

0 comments on commit bee4e57

Please sign in to comment.