
- Create FastAPI app structure - Set up SQLAlchemy with SQLite for database management - Implement invoice and invoice item models - Add Alembic for database migrations - Create invoice generation and retrieval API endpoints - Add health check endpoint - Set up Ruff for linting - Update README with project details
10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
fastapi>=0.100.0
|
|
uvicorn>=0.22.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.11.1
|
|
pydantic>=2.0.0
|
|
pydantic-settings>=2.0.0
|
|
python-dateutil>=2.8.2
|
|
typing-extensions>=4.7.1
|
|
ruff>=0.0.292
|
|
python-dotenv>=1.0.0 |