
- Implement Todo CRUD API endpoints - Set up SQLite database with SQLAlchemy - Create Todo model and schemas - Configure Alembic migrations - Add comprehensive documentation 🤖 Generated with and Co-Authored by [BackendIM](https://backend.im)
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
fastapi>=0.103.1
|
|
uvicorn>=0.23.2
|
|
sqlalchemy>=2.0.21
|
|
pydantic>=2.4.2
|
|
alembic>=1.12.0
|
|
python-dotenv>=1.0.0 |