2025-08-13 17:39:35 +02:00
|
|
|
# Recipe Service Dependencies
|
|
|
|
|
|
|
|
|
|
# FastAPI and server
|
|
|
|
|
fastapi==0.104.1
|
|
|
|
|
uvicorn==0.24.0
|
|
|
|
|
python-multipart==0.0.6
|
|
|
|
|
|
|
|
|
|
# Database
|
|
|
|
|
sqlalchemy==2.0.23
|
|
|
|
|
psycopg2-binary==2.9.9
|
2025-08-15 18:09:35 +02:00
|
|
|
asyncpg==0.29.0
|
2025-08-13 17:39:35 +02:00
|
|
|
alembic==1.12.1
|
|
|
|
|
|
|
|
|
|
# Data validation
|
|
|
|
|
pydantic==2.5.0
|
2025-08-15 22:40:19 +02:00
|
|
|
pydantic-settings==2.0.3
|
2025-08-13 17:39:35 +02:00
|
|
|
email-validator==2.1.0
|
|
|
|
|
|
|
|
|
|
# HTTP requests
|
|
|
|
|
httpx==0.25.2
|
|
|
|
|
requests==2.31.0
|
|
|
|
|
|
|
|
|
|
# Async support
|
|
|
|
|
asyncio-mqtt==0.16.1
|
|
|
|
|
aiofiles==23.2.1
|
|
|
|
|
|
2025-09-29 13:13:12 +02:00
|
|
|
# Messaging
|
|
|
|
|
aio-pika==9.3.1
|
|
|
|
|
|
2025-08-13 17:39:35 +02:00
|
|
|
# Caching (optional)
|
|
|
|
|
redis==5.0.1
|
|
|
|
|
python-redis-cache==0.1.0
|
|
|
|
|
|
|
|
|
|
# Monitoring and logging
|
|
|
|
|
structlog==23.2.0
|
|
|
|
|
python-json-logger==2.0.4
|
2025-09-29 13:13:12 +02:00
|
|
|
prometheus-client==0.19.0
|
2025-08-13 17:39:35 +02:00
|
|
|
|
|
|
|
|
# Date/time handling
|
|
|
|
|
python-dateutil==2.8.2
|
|
|
|
|
pytz==2023.3
|
|
|
|
|
|
|
|
|
|
# Data processing
|
|
|
|
|
pandas==2.1.3
|
|
|
|
|
numpy==1.25.2
|
|
|
|
|
|
|
|
|
|
# Authentication and security
|
|
|
|
|
python-jose[cryptography]==3.3.0
|
|
|
|
|
python-multipart==0.0.6
|
|
|
|
|
passlib[bcrypt]==1.7.4
|
|
|
|
|
|
|
|
|
|
# Environment management
|
|
|
|
|
python-dotenv==1.0.0
|
|
|
|
|
|
|
|
|
|
# Testing
|
|
|
|
|
pytest==7.4.3
|
|
|
|
|
pytest-asyncio==0.21.1
|
|
|
|
|
httpx==0.25.2
|
|
|
|
|
|
|
|
|
|
# Development
|
|
|
|
|
black==23.11.0
|
|
|
|
|
flake8==6.1.0
|
|
|
|
|
mypy==1.7.1
|