
- Set up project structure - Configure SQLite database with SQLAlchemy - Create item model and schema - Set up Alembic for database migrations - Implement CRUD operations for items - Add health check endpoint - Add API documentation - Configure Ruff for linting - Update README with project information
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
fastapi>=0.95.0
|
|
uvicorn>=0.21.1
|
|
pydantic>=2.0.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.10.0
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.0.265
|
|
python-multipart>=0.0.6
|
|
pydantic-settings>=2.0.0 |