bmc_hub/requirements.txt
Christian e4b9091a1b feat: Implement fixed-price agreements frontend views and related templates
- Added views for listing fixed-price agreements, displaying agreement details, and a reporting dashboard.
- Created HTML templates for listing, detailing, and reporting on fixed-price agreements.
- Introduced API endpoint to fetch active customers for agreement creation.
- Added migration scripts for creating necessary database tables and views for fixed-price agreements, billing periods, and reporting.
- Implemented triggers for auto-generating agreement numbers and updating timestamps.
- Enhanced ticket management with archived ticket views and filtering capabilities.
2026-02-08 01:45:00 +01:00

19 lines
340 B
Plaintext

fastapi==0.115.0
uvicorn[standard]==0.32.1
psycopg2-binary==2.9.10
pydantic==2.10.3
pydantic-settings==2.6.1
python-dotenv==1.0.1
python-multipart==0.0.17
python-dateutil==2.8.2
jinja2==3.1.4
aiohttp==3.10.10
aiosmtplib==3.0.2
PyJWT==2.10.1
pyotp==2.9.0
passlib[bcrypt]==1.7.4
pandas==2.2.3
msal==1.31.0
paramiko==3.5.0
APScheduler==3.10.4