
- Add SQLite database configuration - Create Todo model, schemas, and CRUD operations - Implement Todo API endpoints - Add Alembic migration for todo table - Set up database initialization in main.py - Update README with project details and instructions - Add pyproject.toml with Ruff configuration
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
fastapi>=0.104.0
|
|
uvicorn>=0.24.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.12.0
|
|
pydantic>=2.4.2
|
|
pydantic-settings>=2.0.3
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.1.3 |