felicity-lims/requirements.txt

36 lines
724 B
Text
Raw Normal View History

fastapi==0.86.0
uvicorn[standard]==0.19.0
2022-12-25 13:13:53 +08:00
gunicorn==20.1.0
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
psycopg2-binary==2.9.5
apscheduler==3.9.1
2021-09-19 07:37:29 +08:00
sqlalchemy_mptt==0.2.5
tenacity==8.1.0
pydantic[email]==1.10.2
2021-09-19 09:43:55 +08:00
python-multipart==0.0.5
alembic==1.8.1
asyncpg==0.27.0
strawberry-graphql==0.140.0
broadcaster~=0.2.0
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
2023-04-10 19:38:38 +08:00
opentelemetry-instrumentation-fastapi==0.38b0
opentelemetry-exporter-otlp==1.17.0
opentelemetry-instrumentation-logging==0.38b0
opentelemetry-instrumentation-sqlalchemy==0.38b0
# testing
2022-11-20 21:20:41 +08:00
pytest
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
2023-04-10 19:38:38 +08:00