add authentication
add built-in cleanup general refactor
This commit is contained in:
parent
20ee543ab4
commit
ba2e896813
15 changed files with 313 additions and 106 deletions
|
|
@ -13,6 +13,7 @@ dnspython==2.6.1
|
|||
email_validator==2.1.1
|
||||
fastapi==0.111.1
|
||||
fastapi-cli==0.0.3
|
||||
fastapi-utils==0.7.0
|
||||
frozenlist==1.4.1
|
||||
greenlet==3.0.3
|
||||
h11==0.14.0
|
||||
|
|
@ -31,17 +32,21 @@ mdurl==0.1.2
|
|||
minio==7.1.17
|
||||
more-itertools==10.2.0
|
||||
multidict==6.0.5
|
||||
mypy-extensions==1.0.0
|
||||
mysqlclient==2.2.4
|
||||
numpy==1.26.4
|
||||
orjson==3.10.3
|
||||
pillow==10.4.0
|
||||
psutil==5.9.8
|
||||
py-vapid==1.9.1
|
||||
pycparser==2.21
|
||||
pydantic==2.4.2
|
||||
pydantic_core==2.10.1
|
||||
pydantic==2.8.2
|
||||
pydantic-settings==2.3.4
|
||||
pydantic_core==2.20.1
|
||||
Pygments==2.18.0
|
||||
PyJWT==2.8.0
|
||||
PyMySQL==1.1.0
|
||||
PyNaCl==1.5.0
|
||||
python-dotenv==1.0.1
|
||||
python-multipart==0.0.9
|
||||
pywebpush==2.0.0
|
||||
|
|
@ -59,6 +64,7 @@ sse-starlette==2.1.2
|
|||
starlette==0.37.2
|
||||
typeguard==4.3.0
|
||||
typer==0.12.3
|
||||
typing-inspect==0.9.0
|
||||
typing_extensions==4.12.2
|
||||
ujson==5.10.0
|
||||
urllib3==2.2.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue