# ArXiv Research Agent Dependencies
# Core dependencies
aiohttp>=3.8.0
pyyaml>=6.0
claude-code-sdk>=0.0.11
schedule>=1.2.0

# arXiv and analysis
# xml.etree.ElementTree is part of Python stdlib - no package needed

# Optional dependencies for enhanced features
python-dateutil>=2.8.0
croniter>=1.3.0

# Notification dependencies
requests>=2.28.0  # For webhooks

# Development and testing
pytest>=7.0.0
pytest-asyncio>=0.21.0