2022-11-07 23:59:58 +08:00
|
|
|
fastapi==0.86.0
|
|
|
|
uvicorn[standard]==0.19.0
|
2022-12-25 13:13:53 +08:00
|
|
|
gunicorn==20.1.0
|
2022-11-07 23:59:58 +08:00
|
|
|
SQLAlchemy==1.4.41
|
2021-09-19 07:37:29 +08:00
|
|
|
python-jose[cryptography]==3.3.0
|
|
|
|
passlib[bcrypt]==1.7.4
|
|
|
|
emails==0.6
|
2022-11-07 23:59:58 +08:00
|
|
|
psycopg2-binary==2.9.5
|
|
|
|
apscheduler==3.9.1
|
2021-09-19 07:37:29 +08:00
|
|
|
sqlalchemy_mptt==0.2.5
|
2022-11-07 23:59:58 +08:00
|
|
|
tenacity==8.1.0
|
|
|
|
pydantic[email]==1.10.2
|
2021-09-19 09:43:55 +08:00
|
|
|
python-multipart==0.0.5
|
2022-11-07 23:59:58 +08:00
|
|
|
alembic==1.8.1
|
|
|
|
asyncpg==0.27.0
|
|
|
|
strawberry-graphql==0.140.0
|
2022-01-23 07:15:53 +08:00
|
|
|
broadcaster~=0.2.0
|
2022-11-07 23:59:58 +08:00
|
|
|
aiofiles==22.1.0
|
|
|
|
pandas==1.5.1
|
|
|
|
jinja2==3.1.2
|
2022-11-07 15:20:01 +08:00
|
|
|
celery==5.2.7
|
2023-02-24 08:44:14 +08:00
|
|
|
fpdf2==2.6.1
|
2023-02-24 20:05:25 +08:00
|
|
|
PyPDF2==3.0.1
|
2022-03-30 08:04:44 +08:00
|
|
|
# testing
|
2022-11-20 21:20:41 +08:00
|
|
|
pytest
|
2022-11-07 23:59:58 +08:00
|
|
|
pytest-asyncio==0.20.1
|
2022-11-20 21:20:41 +08:00
|
|
|
pytest-order==1.0.1
|
|
|
|
httpx==0.23.0
|
|
|
|
anyio[trio]==3.6.2
|
2023-02-24 08:44:14 +08:00
|
|
|
faker==15.3.1
|