Files
aaredb/requirements.txt
GotthardG 3eb4050d82 Refactor job model and optimize job streaming.
Updated the `JobModel` with foreign key relationships and string-based status to enhance database consistency, and improved job event streaming by using `jsonable_encoder` for better serialization. Also, streamlined dependencies by adding `urllib3` to handle HTTP requests.
2025-04-29 09:47:57 +02:00

21 lines
362 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
psycopg2-binary
python-dateutil~=2.8.2
urllib3~=2.2.1