We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0af3b3e + 5f0c579 commit 5d248dfCopy full SHA for 5d248df
.circleci/config.yml
@@ -230,3 +230,14 @@ workflows:
230
branches:
231
only:
232
- master
233
+ nightly:
234
+ triggers:
235
+ - schedule:
236
+ cron: "41 22 * * *"
237
+ filters:
238
+ branches:
239
+ only:
240
+ - master
241
+ jobs:
242
+ - build_3_6
243
+ - build_3_7
setup.py
@@ -55,7 +55,7 @@ def get_long_description():
55
"babel",
56
"cachelib",
57
"click>7.1.0",
58
- "dataclasses",
+ 'dataclasses; python_version < "3.8"',
59
"flask",
60
"gevent",
61
"gitpython",
@@ -74,6 +74,7 @@ def get_long_description():
74
"requests",
75
"retrying",
76
"stashy",
77
+ "Werkzeug<2.2",
78
],
79
extras_require={
80
"prometheus": ["prometheus_client"],
0 commit comments