mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Updated requirements base
This commit is contained in:
parent
271fb9de3a
commit
1f4e846345
1 changed files with 9 additions and 10 deletions
|
|
@ -1,13 +1,22 @@
|
||||||
anyio==3.7.1
|
anyio==3.7.1
|
||||||
|
cffi==1.15.1
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
|
cryptography==41.0.1
|
||||||
|
ecdsa==0.18.0
|
||||||
exceptiongroup==1.1.2
|
exceptiongroup==1.1.2
|
||||||
fastapi==0.99.1
|
fastapi==0.99.1
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httptools==0.5.0
|
httptools==0.5.0
|
||||||
idna==3.4
|
idna==3.4
|
||||||
|
pyasn1==0.5.0
|
||||||
|
pycparser==2.21
|
||||||
pydantic==1.10.11
|
pydantic==1.10.11
|
||||||
|
PyJWT==2.7.0
|
||||||
python-dotenv==1.0.0
|
python-dotenv==1.0.0
|
||||||
|
python-jose==3.3.0
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
|
rsa==4.9
|
||||||
|
six==1.16.0
|
||||||
sniffio==1.3.0
|
sniffio==1.3.0
|
||||||
starlette==0.27.0
|
starlette==0.27.0
|
||||||
typing_extensions==4.7.1
|
typing_extensions==4.7.1
|
||||||
|
|
@ -15,13 +24,3 @@ uvicorn==0.22.0
|
||||||
uvloop==0.17.0
|
uvloop==0.17.0
|
||||||
watchfiles==0.19.0
|
watchfiles==0.19.0
|
||||||
websockets==11.0.3
|
websockets==11.0.3
|
||||||
pyjwt==2.7.0
|
|
||||||
cffi==1.15.1
|
|
||||||
cryptography==41.0.1
|
|
||||||
ecdsa==0.18.0
|
|
||||||
pyasn1==0.5.0
|
|
||||||
pycparser==2.21
|
|
||||||
python-jose==3.3.0
|
|
||||||
rsa==4.9
|
|
||||||
six==1.16.0
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue