
Features: - Project structure with FastAPI framework - SQLAlchemy models with SQLite database - Alembic migrations system - CRUD operations for items - API routers with endpoints for items - Health endpoint for monitoring - Error handling and validation - Comprehensive documentation
10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
fastapi>=0.103.1,<0.104.0
|
|
uvicorn>=0.23.2,<0.24.0
|
|
sqlalchemy>=2.0.21,<2.1.0
|
|
alembic>=1.12.0,<1.13.0
|
|
pydantic>=2.4.2,<2.5.0
|
|
pydantic-settings>=2.0.3,<2.1.0
|
|
python-multipart>=0.0.6,<0.1.0
|
|
email-validator>=2.0.0,<2.1.0
|
|
ruff>=0.0.292,<0.1.0
|
|
pathlib>=1.0.1,<1.1.0 |