update requirements.txt
This commit is contained in:
parent
4e8be02953
commit
18671446d3
|
@ -1,3 +1,5 @@
|
||||||
|
aiofiles==23.2.1
|
||||||
|
aiomysql==0.2.0
|
||||||
anyio==4.3.0
|
anyio==4.3.0
|
||||||
appnope==0.1.4
|
appnope==0.1.4
|
||||||
argon2-cffi==23.1.0
|
argon2-cffi==23.1.0
|
||||||
|
@ -9,9 +11,11 @@ attrs==23.2.0
|
||||||
Babel==2.14.0
|
Babel==2.14.0
|
||||||
beautifulsoup4==4.12.3
|
beautifulsoup4==4.12.3
|
||||||
bleach==6.1.0
|
bleach==6.1.0
|
||||||
|
blinker==1.7.0
|
||||||
certifi==2024.2.2
|
certifi==2024.2.2
|
||||||
cffi==1.16.0
|
cffi==1.16.0
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
|
click==8.1.7
|
||||||
comm==0.2.1
|
comm==0.2.1
|
||||||
contourpy==1.2.0
|
contourpy==1.2.0
|
||||||
cycler==0.12.1
|
cycler==0.12.1
|
||||||
|
@ -23,17 +27,23 @@ exceptiongroup==1.2.0
|
||||||
executing==2.0.1
|
executing==2.0.1
|
||||||
fastjsonschema==2.19.1
|
fastjsonschema==2.19.1
|
||||||
filelock==3.13.1
|
filelock==3.13.1
|
||||||
|
Flask==3.0.2
|
||||||
fonttools==4.49.0
|
fonttools==4.49.0
|
||||||
fqdn==1.5.1
|
fqdn==1.5.1
|
||||||
fsspec==2024.2.0
|
fsspec==2024.2.0
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
|
h2==4.1.0
|
||||||
|
hpack==4.0.0
|
||||||
httpcore==1.0.3
|
httpcore==1.0.3
|
||||||
httpx==0.26.0
|
httpx==0.26.0
|
||||||
|
Hypercorn==0.17.3
|
||||||
|
hyperframe==6.0.1
|
||||||
idna==3.6
|
idna==3.6
|
||||||
imutils==0.5.4
|
imutils==0.5.4
|
||||||
ipykernel==6.29.2
|
ipykernel==6.29.2
|
||||||
ipython==8.21.0
|
ipython==8.21.0
|
||||||
isoduration==20.11.0
|
isoduration==20.11.0
|
||||||
|
itsdangerous==2.1.2
|
||||||
jedi==0.19.1
|
jedi==0.19.1
|
||||||
Jinja2==3.1.3
|
Jinja2==3.1.3
|
||||||
json5==0.9.17
|
json5==0.9.17
|
||||||
|
@ -73,20 +83,25 @@ parso==0.8.3
|
||||||
pexpect==4.9.0
|
pexpect==4.9.0
|
||||||
pillow==10.2.0
|
pillow==10.2.0
|
||||||
platformdirs==4.2.0
|
platformdirs==4.2.0
|
||||||
|
priority==2.0.0
|
||||||
prometheus_client==0.20.0
|
prometheus_client==0.20.0
|
||||||
prompt-toolkit==3.0.43
|
prompt-toolkit==3.0.43
|
||||||
psutil==5.9.8
|
psutil==5.9.8
|
||||||
ptyprocess==0.7.0
|
ptyprocess==0.7.0
|
||||||
pure-eval==0.2.2
|
pure-eval==0.2.2
|
||||||
py-cpuinfo==9.0.0
|
py-cpuinfo==9.0.0
|
||||||
|
pyarrow==15.0.2
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
Pygments==2.17.2
|
Pygments==2.17.2
|
||||||
|
PyMySQL==1.1.1
|
||||||
pyparsing==3.1.1
|
pyparsing==3.1.1
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
|
python-dotenv==1.0.1
|
||||||
python-json-logger==2.0.7
|
python-json-logger==2.0.7
|
||||||
pytz==2024.1
|
pytz==2024.1
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
pyzmq==25.1.2
|
pyzmq==25.1.2
|
||||||
|
Quart==0.19.6
|
||||||
referencing==0.33.0
|
referencing==0.33.0
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
rfc3339-validator==0.1.4
|
rfc3339-validator==0.1.4
|
||||||
|
@ -100,6 +115,7 @@ sniffio==1.3.0
|
||||||
soupsieve==2.5
|
soupsieve==2.5
|
||||||
stack-data==0.6.3
|
stack-data==0.6.3
|
||||||
sympy==1.12
|
sympy==1.12
|
||||||
|
taskgroup==0.0.0a4
|
||||||
terminado==0.18.0
|
terminado==0.18.0
|
||||||
thop==0.1.1.post2209072238
|
thop==0.1.1.post2209072238
|
||||||
tinycss2==1.2.1
|
tinycss2==1.2.1
|
||||||
|
@ -119,3 +135,5 @@ wcwidth==0.2.13
|
||||||
webcolors==1.13
|
webcolors==1.13
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
websocket-client==1.7.0
|
websocket-client==1.7.0
|
||||||
|
Werkzeug==3.0.1
|
||||||
|
wsproto==1.2.0
|
||||||
|
|
Loading…
Reference in New Issue