Skip to content
Snippets Groups Projects
Commit 47467234 authored by Viktor Vorobev's avatar Viktor Vorobev Committed by Ugo Albanese
Browse files

Merged in NRRPLT-8548 (pull request #146)

[NRRPLT-8548] Pin werkzeug==2.0.3

Approved-by: Ugo Albanese
Approved-by: Vahid Zolfaghari
parent 65a87cd1
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ setup(name='flask-restful-swagger',
long_description=long_description,
install_requires= [
'Flask==2.0.1',
'Flask-RESTful==0.3.9'
'Flask-RESTful==0.3.9',
'werkzeug==2.0.3'
]
)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment