
- Add main.py with basic CRUD operations for todo items - Create requirements.txt with necessary dependencies - Update README.md with application details - Include /health endpoint for health checks - Use SQLite for data storage
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
fastapi>=0.101.0
|
|
uvicorn>=0.23.2
|
|
pydantic>=2.0.0
|
|
python-multipart>=0.0.6
|
|
ruff>=0.0.270
|
|
sqlalchemy>=2.0.0 |