fix(api): grant by attr

This commit is contained in:
pycook
2024-01-10 16:46:50 +08:00
parent 75bca39bf6
commit 2918a145cb
3 changed files with 5 additions and 5 deletions

View File

@@ -5,8 +5,8 @@ name = "pypi"
[packages]
# Flask
Flask = "==2.3.2"
Werkzeug = ">=2.3.6"
Flask = "==2.2.5"
Werkzeug = "==2.2.3"
click = ">=5.0"
# Api
Flask-RESTful = "==0.3.10"