# Ferrero Content Scaling - Python Automation Dependencies # Compatible with Python 3.6+ (server requirement) and Python 3.10+ (local development) # Core HTTP and utilities requests==2.27.1 # Last version supporting Python 3.6 python-dotenv==0.19.2 PyYAML==5.4.1 python-dateutil==2.8.2 # Database psycopg2-binary==2.8.6 # Box SDK boxsdk==2.14.1 # Python 3.6 compatible # Web Framework for webhook receiver Flask==2.0.3 Werkzeug==2.0.3 # JWT handling (for Box authentication) PyJWT==2.3.0 cryptography==3.4.8 # Email templates Jinja2==3.0.3 # Retry logic tenacity==8.0.1 # Testing pytest==6.2.5 pytest-cov==3.0.0 pytest-mock==3.6.1 # HTTP mocking for tests responses==0.18.0