bug: Add cryptography direct dependency (#286)

This commit is contained in:
James Hilliard
2025-01-29 19:01:10 +02:00
committed by GitHub
parent e93cc77a58
commit 084987a3e1
2 changed files with 2 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ requires-python = ">3.9, <4.0"
dependencies = [
"httpx>=0.26.0",
"asyncssh>=2.17.0",
"cryptography>=39.0",
"passlib>=1.7.4",
"pyaml>=23.12.0",
"tomli (>=2.2.1,<3.0.0) ; python_version < '3.11'",