simpleinventoryapp-h3epj1/requirements.txt
Automated Action f24dc4e301 Create simple inventory application with FastAPI and SQLite
- Set up FastAPI project structure
- Configure SQLite database with SQLAlchemy
- Create Item model and schemas
- Implement CRUD endpoints for inventory items
- Set up Alembic for database migrations
- Add comprehensive documentation
2025-06-17 01:50:57 +00:00

8 lines
141 B
Plaintext

fastapi>=0.105.0
uvicorn>=0.25.0
sqlalchemy>=2.0.20
pydantic>=2.5.0
pydantic-settings>=2.1.0
alembic>=1.12.0
python-dotenv>=1.0.0
ruff>=0.1.6