# Core dependencies
python-dotenv>=1.0.0
requests>=2.31.0

# Web scraping
beautifulsoup4>=4.12.0
lxml>=4.9.0

# Task scheduling
schedule>=1.2.0

# Security
cryptography>=41.0.0

# File monitoring (optional for auto-organize)
watchdog>=3.0.0

# Development dependencies
pytest>=7.4.0
pytest-cov>=4.1.0
black>=23.0.0
flake8>=6.0.0
mypy>=1.5.0
