# Stock Oracle Python Client Requirements
# Install with: pip install -r requirements-client.txt

# Core dependencies
requests>=2.31.0
python-dateutil>=2.8.2

# Optional but recommended
pandas>=2.0.0  # For data manipulation
numpy>=1.24.0  # For numerical operations
matplotlib>=3.7.0  # For plotting
jupyter>=1.0.0  # For notebook examples

# Development dependencies (optional)
pytest>=7.4.0  # For running tests
black>=23.0.0  # For code formatting
pylint>=2.17.0  # For code linting
mypy>=1.5.0  # For type checking