Skip to content
Snippets Groups Projects
requirements.txt 705 B
Newer Older
# Webserver packages
fastapi-slim>=0.111.0,<0.112.0
pydantic[email]>=2.6.0,<2.8.0
# Database packages
PyMySQL>=1.1.0,<1.2.0
SQLAlchemy>=2.0.0,<2.1.0
aiomysql>=0.2.0,<0.3.0
alembic>=1.13.0,<1.14.0
# Security packages
authlib>=1.3.0,<1.4.0
cryptography>=1.4.0
itsdangerous
# Ceph and S3 packages
rgwadmin>=2.4.0,<2.5.0
# Miscellaneous
Daniel Göbel's avatar
Daniel Göbel committed
tenacity>=8.2.0,<8.5.0
# Compression with br algorithm
brotli-asgi>=1.4.0,<1.5.0
# Image processing
Pillow>=10.2.0,<10.4.0