
- Created FastAPI application structure - Added Todo model and CRUD operations - Added database integration with SQLAlchemy - Added migrations with Alembic - Added health endpoint - Added API documentation with Swagger UI and ReDoc
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
fastapi>=0.101.0
|
|
uvicorn>=0.23.2
|
|
sqlalchemy>=2.0.19
|
|
pydantic>=2.1.1
|
|
alembic>=1.11.1
|
|
ruff>=0.0.280
|
|
python-dotenv>=1.0.0
|
|
python-multipart>=0.0.6
|
|
pathlib>=1.0.1 |