
- Set up project structure with modular organization - Implement database models for users, organizations, clients, invoices - Create Alembic migration scripts for database setup - Implement JWT-based authentication and authorization - Create API endpoints for users, organizations, clients, invoices - Add PDF generation for invoices using ReportLab - Add comprehensive documentation in README
15 lines
297 B
Plaintext
15 lines
297 B
Plaintext
fastapi==0.105.0
|
|
uvicorn==0.24.0
|
|
sqlalchemy==2.0.23
|
|
alembic==1.13.0
|
|
pydantic==2.5.2
|
|
pydantic-settings==2.1.0
|
|
pydantic[email]==2.5.2
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
python-multipart==0.0.6
|
|
reportlab==4.0.7
|
|
email-validator==2.1.0.post1
|
|
ruff==0.1.6
|
|
pytest==7.4.3
|
|
httpx==0.25.2 |