update requirements
This commit is contained in:
parent
1b1dcc3755
commit
ab02ee57e4
7 changed files with 23 additions and 10 deletions
Binary file not shown.
Binary file not shown.
BIN
cef_3M/__pycache__/__init__.cpython-311.pyc
Normal file
BIN
cef_3M/__pycache__/__init__.cpython-311.pyc
Normal file
Binary file not shown.
BIN
cef_3M/__pycache__/auth.cpython-311.pyc
Normal file
BIN
cef_3M/__pycache__/auth.cpython-311.pyc
Normal file
Binary file not shown.
BIN
cef_3M/__pycache__/sql.cpython-311.pyc
Normal file
BIN
cef_3M/__pycache__/sql.cpython-311.pyc
Normal file
Binary file not shown.
BIN
cef_3M/__pycache__/util.cpython-311.pyc
Normal file
BIN
cef_3M/__pycache__/util.cpython-311.pyc
Normal file
Binary file not shown.
|
|
@ -1,20 +1,27 @@
|
||||||
|
aiohttp==3.9.5
|
||||||
|
aiosignal==1.3.1
|
||||||
alembic==1.13.1
|
alembic==1.13.1
|
||||||
annotated-types==0.6.0
|
annotated-types==0.6.0
|
||||||
anyio==3.7.1
|
anyio==3.7.1
|
||||||
|
attrs==23.2.0
|
||||||
certifi==2023.7.22
|
certifi==2023.7.22
|
||||||
cffi==1.16.0
|
cffi==1.16.0
|
||||||
|
charset-normalizer==3.3.2
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
cryptography==42.0.7
|
cryptography==42.0.7
|
||||||
dnspython==2.6.1
|
dnspython==2.6.1
|
||||||
email_validator==2.1.1
|
email_validator==2.1.1
|
||||||
fastapi==0.111.0
|
fastapi==0.111.1
|
||||||
fastapi-cli==0.0.3
|
fastapi-cli==0.0.3
|
||||||
|
frozenlist==1.4.1
|
||||||
greenlet==3.0.3
|
greenlet==3.0.3
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
|
hiredis==2.3.2
|
||||||
|
http_ece==1.2.0
|
||||||
httpcore==1.0.5
|
httpcore==1.0.5
|
||||||
httptools==0.6.1
|
httptools==0.6.1
|
||||||
httpx==0.27.0
|
httpx==0.27.0
|
||||||
idna==3.4
|
idna==3.7
|
||||||
inflect==7.2.1
|
inflect==7.2.1
|
||||||
Jinja2==3.1.4
|
Jinja2==3.1.4
|
||||||
Mako==1.3.5
|
Mako==1.3.5
|
||||||
|
|
@ -23,10 +30,12 @@ MarkupSafe==2.1.5
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
minio==7.1.17
|
minio==7.1.17
|
||||||
more-itertools==10.2.0
|
more-itertools==10.2.0
|
||||||
|
multidict==6.0.5
|
||||||
mysqlclient==2.2.4
|
mysqlclient==2.2.4
|
||||||
numpy==1.26.4
|
numpy==1.26.4
|
||||||
orjson==3.10.3
|
orjson==3.10.3
|
||||||
pillow==10.3.0
|
pillow==10.4.0
|
||||||
|
py-vapid==1.9.1
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
pydantic==2.4.2
|
pydantic==2.4.2
|
||||||
pydantic_core==2.10.1
|
pydantic_core==2.10.1
|
||||||
|
|
@ -35,22 +44,26 @@ PyJWT==2.8.0
|
||||||
PyMySQL==1.1.0
|
PyMySQL==1.1.0
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.0.1
|
||||||
python-multipart==0.0.9
|
python-multipart==0.0.9
|
||||||
|
pywebpush==2.0.0
|
||||||
pywuffs==1.2.1
|
pywuffs==1.2.1
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
|
redis==5.0.7
|
||||||
|
requests==2.32.3
|
||||||
rich==13.7.1
|
rich==13.7.1
|
||||||
shellingham==1.5.4
|
shellingham==1.5.4
|
||||||
|
six==1.16.0
|
||||||
sniffio==1.3.0
|
sniffio==1.3.0
|
||||||
sqlacodegen @ git+https://github.com/agronholm/sqlacodegen@2a6053224d28da27c9b89aa611b9dd4c27637fe6
|
sqlacodegen @ git+https://github.com/agronholm/sqlacodegen@2a6053224d28da27c9b89aa611b9dd4c27637fe6
|
||||||
SQLAlchemy==2.0.30
|
SQLAlchemy==2.0.31
|
||||||
|
sse-starlette==2.1.2
|
||||||
starlette==0.37.2
|
starlette==0.37.2
|
||||||
typeguard==4.2.1
|
typeguard==4.3.0
|
||||||
typer==0.12.3
|
typer==0.12.3
|
||||||
typing_extensions==4.8.0
|
typing_extensions==4.12.2
|
||||||
ujson==5.10.0
|
ujson==5.10.0
|
||||||
urllib3==2.2.1
|
urllib3==2.2.1
|
||||||
uvicorn==0.23.2
|
uvicorn==0.30.3
|
||||||
uvloop==0.19.0
|
uvloop==0.19.0
|
||||||
watchfiles==0.21.0
|
watchfiles==0.22.0
|
||||||
websockets==12.0
|
websockets==12.0
|
||||||
redis==5.0.6
|
yarl==1.9.4
|
||||||
pywebpush==2.0.0
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue