genericchatservice-rer2am/requirements.txt
Automated Action 77865dae90 Setup complete FastAPI backend with user authentication, client management, and invoice generation
Features:
- User authentication with JWT
- Client management with CRUD operations
- Invoice generation and management
- SQLite database with Alembic migrations
- Detailed project documentation
2025-05-26 17:41:47 +00:00

19 lines
347 B
Plaintext

fastapi>=0.95.0
uvicorn>=0.22.0
sqlalchemy>=2.0.0
alembic>=1.10.0
pydantic>=2.0.0
pydantic[email]>=2.0.0
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
python-multipart>=0.0.6
reportlab>=4.0.0
ruff>=0.0.267
pytest>=7.3.1
httpx>=0.24.0
weasyprint>=60.1
python-dateutil>=2.8.2
pytz>=2023.3
loguru>=0.7.0
tenacity>=8.2.2
python-dotenv>=1.0.0