openvpn-endpoint-server/client/requirements.txt

15 lines
220 B
Plaintext

# PyQt GUI
PyQt6==6.6.1
# HTTP Client
httpx==0.26.0
# Configuration
python-dotenv==1.0.0
# Keyring for secure credential storage
keyring==24.3.0
# For Windows OpenVPN management
pywin32==306; sys_platform == 'win32'