Create new services: inventory, recipes, suppliers
This commit is contained in:
41
services/inventory/requirements.txt
Normal file
41
services/inventory/requirements.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
# services/inventory/requirements.txt
|
||||
# FastAPI and web framework
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
|
||||
# Database
|
||||
sqlalchemy==2.0.23
|
||||
psycopg2-binary==2.9.9
|
||||
asyncpg==0.29.0
|
||||
aiosqlite==0.19.0
|
||||
alembic==1.12.1
|
||||
|
||||
# Data processing
|
||||
pandas==2.1.3
|
||||
numpy==1.25.2
|
||||
|
||||
# HTTP clients
|
||||
httpx==0.25.2
|
||||
aiofiles==23.2.0
|
||||
|
||||
# Validation and serialization
|
||||
pydantic==2.5.0
|
||||
pydantic-settings==2.0.3
|
||||
|
||||
# Authentication and security
|
||||
python-jose[cryptography]==3.3.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
|
||||
# Logging and monitoring
|
||||
structlog==23.2.0
|
||||
prometheus-client==0.19.0
|
||||
|
||||
# Message queues
|
||||
aio-pika==9.3.1
|
||||
|
||||
# Additional for inventory management
|
||||
python-barcode==0.15.1
|
||||
qrcode[pil]==7.4.2
|
||||
|
||||
# Development
|
||||
python-multipart==0.0.6
|
||||
Reference in New Issue
Block a user