# Polymarket API Dependencies

# WebSocket support (multiple libraries for different use cases)
websockets>=10.0
websocket-client>=1.0.0
python-socketio>=5.0.0

# HTTP clients
aiohttp>=3.8.0
requests>=2.28.0

# Environment variables
python-dotenv>=0.20.0

# Optional: For data processing and analysis
# Uncomment if you need these features:
# pandas>=1.5.0
# numpy>=1.23.0
