build: replace "python-jose" with "python-jose[cryptography]"

Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
Nathan Weinberg 2025-07-09 13:16:55 -04:00
parent 1d8c00635c
commit a52a04a3a5
3 changed files with 1528 additions and 1482 deletions

View file

@ -32,7 +32,7 @@ dependencies = [
"openai>=1.66",
"prompt-toolkit",
"python-dotenv",
"python-jose",
"python-jose[cryptography]",
"pydantic>=2",
"rich",
"starlette",