
- Setup project structure with FastAPI application - Create database models with SQLAlchemy - Configure Alembic for database migrations - Implement CRUD operations for products, categories, suppliers - Add inventory transaction functionality - Implement user authentication with JWT - Add health check endpoint - Create comprehensive documentation
14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
fastapi==0.104.1
|
|
uvicorn==0.24.0
|
|
sqlalchemy==2.0.23
|
|
alembic==1.12.1
|
|
pydantic==2.4.2
|
|
pydantic-settings==2.1.0
|
|
python-jose==3.3.0
|
|
passlib==1.7.4
|
|
python-multipart==0.0.6
|
|
email-validator==2.1.0.post1
|
|
ruff==0.1.5
|
|
httpx==0.25.1
|
|
bcrypt==4.0.1
|
|
python-dotenv==1.0.0 |