
Create a simple Todo API with FastAPI and SQLite with CRUD functionality, health check, error handling, and API documentation.
8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
fastapi>=0.100.0
|
|
uvicorn>=0.22.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.11.0
|
|
pydantic>=2.0.0
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.0.292
|
|
pathlib>=1.0.1 |