
- Set up project structure - Created Task model with SQLAlchemy - Implemented SQLite database connection - Created Alembic migrations - Added Task CRUD endpoints - Added health endpoint - Updated README with project details generated with BackendIM... (backend.im)
8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
fastapi>=0.104.0
|
|
uvicorn>=0.24.0
|
|
sqlalchemy>=2.0.22
|
|
alembic>=1.12.0
|
|
pydantic>=2.4.2
|
|
pydantic-settings>=2.0.3
|
|
python-multipart>=0.0.6
|
|
ruff>=0.1.3 |