
- Create Todo model and schemas - Set up API endpoints for CRUD operations - Configure SQLAlchemy for database access - Set up Alembic for database migrations - Add Ruff for code linting - Update README with project documentation
9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
fastapi==0.95.0
|
|
uvicorn==0.21.1
|
|
pydantic==1.10.7
|
|
SQLAlchemy==2.0.9
|
|
alembic==1.10.3
|
|
python-dotenv==1.0.0
|
|
ruff==0.0.262
|
|
pytest==7.3.1
|
|
httpx==0.24.0 |