# HyperAI Plugin Template - Python Dependencies
#
# Add your plugin's dependencies here
# Example dependencies:

# For HTTP requests
# requests>=2.28.0

# For data processing
# pandas>=1.5.0

# For JSON schema validation
# jsonschema>=4.17.0

# For file operations
# pathlib>=1.0.1

# For configuration management
# configparser>=5.3.0

# Development dependencies (commented out by default)
# pytest>=7.0.0          # For testing
# pyinstaller>=5.7.0     # For building executables (install separately)

# Note: Keep this file minimal to reduce executable size
# Only add dependencies you actually need for your plugin