
This commit includes: - Project structure setup with FastAPI and SQLite - Database models and schemas for inventory management - CRUD operations for all entities - API endpoints for product, category, supplier, and inventory management - User authentication with JWT tokens - Initial database migration - Comprehensive README with setup instructions
11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
fastapi>=0.104.0
|
|
uvicorn>=0.23.2
|
|
sqlalchemy>=2.0.23
|
|
alembic>=1.12.1
|
|
pydantic>=2.4.2
|
|
pydantic-settings>=2.0.3
|
|
python-jose[cryptography]>=3.3.0
|
|
passlib[bcrypt]>=1.7.4
|
|
python-multipart>=0.0.6
|
|
ruff>=0.1.3
|
|
pytest>=7.4.3 |