fix: update requrement
This commit is contained in:
parent
b56f824b81
commit
8aa3fdcadf
|
@ -1,4 +1,7 @@
|
||||||
|
absl-py==2.2.2
|
||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
|
astunparse==1.6.3
|
||||||
|
async-timeout==5.0.1
|
||||||
Authlib==1.5.1
|
Authlib==1.5.1
|
||||||
bcrypt==4.3.0
|
bcrypt==4.3.0
|
||||||
bidict==0.23.1
|
bidict==0.23.1
|
||||||
|
@ -21,26 +24,43 @@ Flask-Login==0.6.3
|
||||||
Flask-PyMongo==3.0.1
|
Flask-PyMongo==3.0.1
|
||||||
Flask-SocketIO==5.5.1
|
Flask-SocketIO==5.5.1
|
||||||
flask-swagger-ui==4.11.1
|
flask-swagger-ui==4.11.1
|
||||||
|
flatbuffers==25.2.10
|
||||||
|
gast==0.6.0
|
||||||
google-auth==2.38.0
|
google-auth==2.38.0
|
||||||
google-auth-httplib2==0.2.0
|
google-auth-httplib2==0.2.0
|
||||||
google-auth-oauthlib==1.2.1
|
google-auth-oauthlib==1.2.1
|
||||||
|
google-pasta==0.2.0
|
||||||
greenlet==3.2.1
|
greenlet==3.2.1
|
||||||
|
grpcio==1.71.0
|
||||||
gunicorn==23.0.0
|
gunicorn==23.0.0
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
|
h5py==3.13.0
|
||||||
httplib2==0.22.0
|
httplib2==0.22.0
|
||||||
idna==3.10
|
idna==3.10
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
itsdangerous==2.2.0
|
itsdangerous==2.2.0
|
||||||
Jinja2==3.1.6
|
Jinja2==3.1.6
|
||||||
|
keras==3.9.2
|
||||||
|
libclang==18.1.1
|
||||||
|
Markdown==3.8
|
||||||
|
markdown-it-py==3.0.0
|
||||||
MarkupSafe==3.0.2
|
MarkupSafe==3.0.2
|
||||||
|
mdurl==0.1.2
|
||||||
|
ml-dtypes==0.4.1
|
||||||
|
namex==0.0.9
|
||||||
|
numpy==2.0.2
|
||||||
oauthlib==3.2.2
|
oauthlib==3.2.2
|
||||||
|
opt_einsum==3.4.0
|
||||||
|
optree==0.15.0
|
||||||
packaging==24.2
|
packaging==24.2
|
||||||
pluggy==1.5.0
|
pluggy==1.5.0
|
||||||
|
protobuf==5.29.4
|
||||||
pyasn1==0.6.1
|
pyasn1==0.6.1
|
||||||
pyasn1_modules==0.4.1
|
pyasn1_modules==0.4.1
|
||||||
pycparser==2.22
|
pycparser==2.22
|
||||||
pydantic==2.10.6
|
pydantic==2.10.6
|
||||||
pydantic_core==2.27.2
|
pydantic_core==2.27.2
|
||||||
|
Pygments==2.19.1
|
||||||
PyJWT==2.10.1
|
PyJWT==2.10.1
|
||||||
pymongo==4.11.2
|
pymongo==4.11.2
|
||||||
pyparsing==3.2.1
|
pyparsing==3.2.1
|
||||||
|
@ -48,13 +68,21 @@ pytest==8.3.4
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.0.1
|
||||||
python-engineio==4.11.2
|
python-engineio==4.11.2
|
||||||
python-socketio==5.12.1
|
python-socketio==5.12.1
|
||||||
|
redis==6.0.0
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
requests-oauthlib==2.0.0
|
requests-oauthlib==2.0.0
|
||||||
|
rich==14.0.0
|
||||||
rsa==4.9
|
rsa==4.9
|
||||||
simple-websocket==1.1.0
|
simple-websocket==1.1.0
|
||||||
|
six==1.17.0
|
||||||
|
tensorboard==2.18.0
|
||||||
|
tensorboard-data-server==0.7.2
|
||||||
|
tensorflow==2.18.0
|
||||||
|
tensorflow-io-gcs-filesystem==0.37.1
|
||||||
|
termcolor==3.1.0
|
||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
urllib3==2.3.0
|
urllib3==2.3.0
|
||||||
Werkzeug==3.1.3
|
Werkzeug==3.1.3
|
||||||
|
wrapt==1.17.2
|
||||||
wsproto==1.2.0
|
wsproto==1.2.0
|
||||||
tensorflow==2.18.0
|
|
||||||
|
|
Loading…
Reference in New Issue