版本异常修复

This commit is contained in:
王思川 2022-04-27 09:55:38 +08:00
parent ec8301e85e
commit dc9cc257da
1 changed files with 8 additions and 9 deletions

View File

@ -1,14 +1,13 @@
markupsafe==2.0.1 markupsafe
itsdangerous==2.0.1 itsdangerous~=2.0.1
flask flask
flask_cors flask_cors
gunicorn gunicorn
gevent gevent
Werkzeug~=1.0.1 Werkzeug
pymongo~=3.11.0 pymongo
requests~=2.25.1 requests
rsa~=4.7.2 rsa
pycryptodome pycryptodome
pandas~=1.3.5 pandas
numpy~=1.22.3 numpy
jinja2