Merge pull request #2443 from eladsegal/patch-1

Add missing `argon2-cffi` poetry dependency
This commit is contained in:
Ishaan Jaff 2024-03-11 06:44:27 -07:00 committed by GitHub
commit 1f211b10e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}