# Vexor OpenVMS bridge (vexor_vms) runtime dependencies.
#
# Simulator mode needs only the web stack; real collection additionally needs
# the SSH/SNMP/HTTP libraries. All are listed so the packaged venv can poll
# real OpenVMS hosts.

# Web stack (both modes)
fastapi>=0.115
uvicorn[standard]>=0.30
pydantic>=2.7
PyYAML>=6.0
ruamel.yaml>=0.18

# Real collection (SSH/DCL, SNMP, iLO, VSI Service Platform)
asyncssh>=2.14
pysnmp>=6.2
httpx>=0.27
