fix deps and tests

This commit is contained in:
Ashwin Bharambe 2025-05-15 17:26:42 -07:00
parent b20cce5c43
commit b5d5d1fba0
4 changed files with 53 additions and 23 deletions

View file

@ -23,7 +23,6 @@ classifiers = [
dependencies = [
"blobfile",
"fire",
"jose",
"httpx",
"huggingface-hub",
"jinja2>=3.1.6",
@ -32,6 +31,7 @@ dependencies = [
"openai>=1.66",
"prompt-toolkit",
"python-dotenv",
"python-jose",
"pydantic>=2",
"requests",
"rich",