first working version
main.py
100644 → 100755
# Make this match the current debian package version | ||
python-ldap>=3.2.0 | ||
proxmoxer>=1.1.1 | ||
requests #needed for proxmoxer | ||
\ No newline at end of file | ||
python-ldap>=3.2.0 # This should be equal to https://packages.debian.org/buster/python3-ldap | ||
requests>=2.21.0 # This should be equal to https://packages.debian.org/buster/python3-requests | ||
proxmoxer>=1.0.3 # This should be equal to https://packages.debian.org/buster/python3-proxmoxer | ||
\ No newline at end of file |
Please register or sign in to comment