Files
headscale-webui/requirements.txt
2023-02-08 09:41:05 +09:00

8 lines
343 B
Plaintext

requests # API requests to Headscale
flask # Flask for web development
cryptography # Used to encrypt the API key
python-dateutil # Date / Time utility
pytz # Date / Time utility
Flask-Executor # Flask threading application
pyyaml # Used to read YAML files
pyuwsgi # Used to run the application