mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-01-03 19:23:35 +01:00
8 lines
343 B
Plaintext
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 |