Add post-quantum remote auth key exchange
Testing / test (push) Successful in 32s

This commit is contained in:
2026-05-05 10:34:28 +02:00
parent 30a42ba6d5
commit 98396a7c7e
7 changed files with 229 additions and 72 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ description = "Control your real running browser from the terminal via a browser
requires-python = ">=3.10"
dependencies = [
"click>=8",
"cryptography>=42",
"cryptography>=48",
"rich>=13",
]