# Core dependencies
requests>=2.25.0

# Optional dependencies for enhanced functionality
markdown>=3.3.0  # For converting markdown to HTML
pytest>=6.0.0    # For running tests
pytest-cov>=2.0.0  # For test coverage reports
black>=21.0.0    # For code formatting
flake8>=3.9.0    # For linting
