forked from phoenix/litellm-mirror
Merge pull request #2443 from eladsegal/patch-1
Add missing `argon2-cffi` poetry dependency
This commit is contained in:
commit
1f211b10e1
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ click = "*"
|
|||
jinja2 = "^3.1.2"
|
||||
aiohttp = "*"
|
||||
requests = "^2.31.0"
|
||||
argon2-cffi = "^23.1.0"
|
||||
|
||||
uvicorn = {version = "^0.22.0", optional = true}
|
||||
gunicorn = {version = "^21.2.0", optional = true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue