Skip to content

Commit 6c69148

Browse files
committed
We depend on Werkzeug and a specific version too
1 parent 31ce122 commit 6c69148

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

plugins/routemaster-prometheus/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
install_requires=(
4343
'routemaster',
4444
'prometheus_client>=0.4.2',
45+
'werkzeug>=2,<2.1',
4546
),
4647
)

plugins/routemaster-statsd/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
install_requires=(
4141
'routemaster',
4242
'statsd_python',
43+
'werkzeug>=2,<2.1',
4344
),
4445
)

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
'python-dateutil',
5555
'alembic >=0.9.6',
5656
'gunicorn >=19.7',
57+
'werkzeug>=2,<2.1',
5758
'schedule',
5859
'freezegun',
5960
'requests',

0 commit comments

Comments
 (0)