diff --git a/setup.py b/setup.py index af3855d..7668932 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='mozart', - version='2.0.15', + version='2.0.16', long_description='HySDS job orchestration/worker web interface', packages=find_packages(), include_package_data=True, @@ -36,5 +36,7 @@ 'python-jenkins>=1.7.0', 'future>=0.17.1', 'pytz', - 'numpy'] + 'numpy', + "werkzeug==2.1.2", # TODO: remove this pin after fix has been made https://stackoverflow.com/a/73105878 + ] )