aaredb/requirements.txt
GotthardG 176aaa2867 Refactor environment-specific configurations and data loading.
Refactored database and server configuration to handle environments (dev, test, prod) explicitly, including tailored database setup and SSL management. Separated slot and sample data loading for better control during initialization. Improved environment variable usage and error handling for production certificates.
2024-12-17 14:32:31 +01:00

18 lines
308 B
Plaintext

SQLAlchemy~=2.0.36
fastapi~=0.115.4
pydantic~=2.9.2
openpyxl~=3.1.5
typing_extensions~=4.12.2
PyJWT~=2.8.0
qrcode~=7.3.1
pillow~=10.4.0
reportlab~=4.2.5
cryptography~=44.0.0
pytest~=7.4.1
pytest-cov~=4.1.0
httpx~=0.24.1
pydantic[email]
mysqlclient~=2.1.1
python-multipart~=0.0.6
uvicorn==0.23.1
python-dotenv