Skip to content

Commit

Permalink
We depend on Werkzeug and a specific version too
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Sep 24, 2022
1 parent 31ce122 commit 6c69148
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/routemaster-prometheus/setup.py
Expand Up @@ -42,5 +42,6 @@
install_requires=(
'routemaster',
'prometheus_client>=0.4.2',
'werkzeug>=2,<2.1',
),
)
1 change: 1 addition & 0 deletions plugins/routemaster-statsd/setup.py
Expand Up @@ -40,5 +40,6 @@
install_requires=(
'routemaster',
'statsd_python',
'werkzeug>=2,<2.1',
),
)
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -54,6 +54,7 @@
'python-dateutil',
'alembic >=0.9.6',
'gunicorn >=19.7',
'werkzeug>=2,<2.1',
'schedule',
'freezegun',
'requests',
Expand Down

0 comments on commit 6c69148

Please sign in to comment.