# 🐱 Purrr.love Python SDK - Dependencies # Core dependencies requests>=2.25.0 typing-extensions>=3.7.4;python_version<"3.8" # Optional dependencies for enhanced functionality # Uncomment the ones you need: # Async support # aiohttp>=3.7.0 # asyncio-mqtt>=0.5.0 # WebSocket support for real-time features # websockets>=9.0.0 # Data validation # pydantic>=1.8.0 # JSON schema validation # jsonschema>=3.2.0 # Date/time handling # python-dateutil>=2.8.0 # HTTP client with advanced features # httpx>=0.23.0 # Configuration management # python-dotenv>=0.19.0 # Logging enhancements # structlog>=21.1.0 # Retry logic # tenacity>=8.0.0 # Caching # cachetools>=4.2.0 # Development dependencies (install with: pip install -e ".[dev]") # pytest>=6.0.0 # pytest-cov>=2.10.0 # black>=21.0.0 # flake8>=3.8.0 # mypy>=0.800 # sphinx>=3.0.0 # sphinx-rtd-theme>=0.5.0