fix(cli): declare cryptography dependency for Fernet and RS256 JWT

This commit is contained in:
Greyson Lalonde
2026-05-05 08:37:23 +08:00
parent 3fd91afc6c
commit 4cef5de586
2 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"pydantic>=2.11.9,<2.13",
"pydantic-settings~=2.10.1",
"appdirs~=1.4.4",
"cryptography>=42.0",
"httpx~=0.28.1",
"pyjwt>=2.9.0,<3",
"rich>=13.7.1",