Automated Action 54bf9880b9 Implement Small Business Inventory Management System
This commit implements a comprehensive inventory management system for small businesses using FastAPI and SQLAlchemy. Features include:
- Product and category management
- Inventory tracking across multiple locations
- Supplier management
- Purchase management
- Transaction tracking for inventory movements
- Complete API documentation

generated with BackendIM... (backend.im)
2025-05-12 12:55:31 +00:00

9 lines
157 B
Plaintext

fastapi==0.115.0
uvicorn==0.29.0
sqlalchemy==2.0.34
pydantic==2.7.1
alembic==1.13.1
python-dotenv==1.0.1
python-multipart==0.0.9
pathlib==1.0.1
pytest==8.0.2