Change Pipfile

This commit is contained in:
what
2020-03-07 21:51:37 +08:00
parent ca75c7dcd0
commit 7154426dc7
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ name = "pypi"
[packages]
# Flask
Flask = "==1.0.3"
Werkzeug = "==0.15.4"
Werkzeug = ">=0.15.5"
click = ">=5.0"
# Api
Flask-RESTful = "==0.3.7"