mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-27 04:00:37 +00:00
6 lines
223 B
Plaintext
6 lines
223 B
Plaintext
# Hermes Web UI -- minimal Python dependencies
|
|
# The server uses PyYAML plus cryptography for optional local passkey/WebAuthn support.
|
|
# All heavy ML/agent deps live in the Hermes agent venv.
|
|
pyyaml>=6.0
|
|
cryptography>=42.0
|