Initial commit - production deployment
This commit is contained in:
62
services/recipes/requirements.txt
Normal file
62
services/recipes/requirements.txt
Normal file
@@ -0,0 +1,62 @@
|
||||
# Recipe Service Dependencies
|
||||
|
||||
# FastAPI and server
|
||||
fastapi==0.119.0
|
||||
uvicorn[standard]==0.32.1
|
||||
python-multipart==0.0.6
|
||||
|
||||
# Database
|
||||
sqlalchemy==2.0.44
|
||||
psycopg2-binary==2.9.10
|
||||
asyncpg==0.30.0
|
||||
alembic==1.17.0
|
||||
|
||||
# Data validation
|
||||
pydantic==2.12.3
|
||||
pydantic-settings==2.7.1
|
||||
email-validator==2.2.0
|
||||
|
||||
# HTTP requests
|
||||
httpx==0.28.1
|
||||
requests==2.32.3
|
||||
|
||||
# Async support
|
||||
asyncio-mqtt==0.16.2
|
||||
aiofiles==24.1.0
|
||||
|
||||
# Messaging
|
||||
aio-pika==9.4.3
|
||||
|
||||
# Caching
|
||||
redis==6.4.0
|
||||
python-redis-cache==0.1.0
|
||||
|
||||
# Monitoring and logging
|
||||
structlog==25.4.0
|
||||
python-json-logger==3.3.0
|
||||
psutil==5.9.8
|
||||
|
||||
# Date/time handling
|
||||
python-dateutil==2.9.0.post0
|
||||
pytz==2024.2
|
||||
|
||||
# Data processing
|
||||
pandas==2.2.3
|
||||
numpy==2.2.2
|
||||
|
||||
# Authentication and security
|
||||
python-jose[cryptography]==3.3.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
cryptography==44.0.0
|
||||
|
||||
# Environment management
|
||||
python-dotenv==1.0.1
|
||||
|
||||
# Testing
|
||||
pytest==8.3.4
|
||||
pytest-asyncio==0.25.2
|
||||
|
||||
# Development
|
||||
black==24.10.0
|
||||
flake8==7.1.1
|
||||
mypy==1.14.1
|
||||
Reference in New Issue
Block a user