Compare commits
5 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
1a032292cf | 2 years ago |
|
|
605e7f49f0 | 2 years ago |
|
|
c8cfc73380 | 2 years ago |
|
|
f89c390391 | 2 years ago |
|
|
56781ffb1e | 2 years ago |
@ -1,17 +1,18 @@
|
|||||||
alembic==1.8.0
|
alembic==1.8.0
|
||||||
anyio==3.5.0
|
anyio==3.7.1
|
||||||
et-xmlfile==1.1.0
|
et-xmlfile==1.1.0
|
||||||
fastapi==0.74.1
|
fastapi==0.105.0
|
||||||
greenlet==1.1.2
|
greenlet==1.1.2
|
||||||
idna==3.3
|
idna==3.3
|
||||||
openpyxl==3.0.9
|
openpyxl==3.0.9
|
||||||
passlib[bcrypt]==1.7.4
|
passlib[bcrypt]==1.7.4
|
||||||
psycopg2==2.9.3
|
psycopg2==2.9.3
|
||||||
pydantic==1.9.0
|
pydantic==2.5.2
|
||||||
python-jose[cryptography]==3.3.0
|
python-jose[cryptography]==3.3.0
|
||||||
python-multipart==0.0.5
|
python-multipart==0.0.5
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sniffio==1.2.0
|
sniffio==1.2.0
|
||||||
SQLAlchemy==1.4.31
|
SQLAlchemy==1.4.31
|
||||||
starlette==0.17.1
|
starlette==0.27.0
|
||||||
typing_extensions==4.1.1
|
typing_extensions==4.8.0
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in new issue