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 0af3b3e commit 5f0c579
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,14 @@ workflows:
branches:
only:
- master
nightly:
triggers:
- schedule:
cron: "41 22 * * *"
filters:
branches:
only:
- master
jobs:
- build_3_6
- build_3_7
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_long_description():
"babel",
"cachelib",
"click>7.1.0",
"dataclasses",
'dataclasses; python_version < "3.8"',
"flask",
"gevent",
"gitpython",
Expand All @@ -74,6 +74,7 @@ def get_long_description():
"requests",
"retrying",
"stashy",
"Werkzeug<2.2",
],
extras_require={
"prometheus": ["prometheus_client"],
Expand Down

0 comments on commit 5f0c579

Please sign in to comment.