# Core dependencies huggingface_hub>=0.20.0 # Hugging Face Hub client for model inference requests>=2.25.0 # HTTP library for network operations # Optional dependencies for enhanced functionality python-dotenv>=0.19.0 # Support for .env file configuration (optional) # Development dependencies pytest>=6.0.0 # Testing framework for unit tests pytest-mock>=3.6.0 # Mock utilities for pytest