# Core dependencies for pylua_bioxen_vm_lib
requests>=2.25.0  # For XCP-ng XAPI REST calls
paramiko>=2.7.0   # For SSH connections to XCP-ng VMs
urllib3>=1.26.0   # For HTTP client functionality

# Development dependencies (install with: pip install -r requirements-dev.txt)
# pytest>=6.0
# pytest-asyncio
# black
# flake8
# mypy

# System dependencies (install separately):
# - lua (Lua interpreter)
# - luasocket (via luarocks: luarocks install luasocket)