We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ce122 commit 6c69148Copy full SHA for 6c69148
plugins/routemaster-prometheus/setup.py
@@ -42,5 +42,6 @@
42
install_requires=(
43
'routemaster',
44
'prometheus_client>=0.4.2',
45
+ 'werkzeug>=2,<2.1',
46
),
47
)
plugins/routemaster-statsd/setup.py
@@ -40,5 +40,6 @@
40
41
'statsd_python',
setup.py
@@ -54,6 +54,7 @@
54
'python-dateutil',
55
'alembic >=0.9.6',
56
'gunicorn >=19.7',
57
58
'schedule',
59
'freezegun',
60
'requests',
0 commit comments