diff options
author | 2024-08-27 22:16:42 +0100 | |
---|---|---|
committer | 2024-08-27 22:16:42 +0100 | |
commit | 4b803f54702bf362c3d7f38cac28dc544f6a366d (patch) | |
tree | 775ccf84e6f2ec1423040dc33f47612baef6750c /pyproject.toml | |
parent | Add note on selectedTheme (diff) |
Install argon2
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 409bafb..d14e5b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ pydantic-settings = "^2.4.0" pyjwt = "^2.9.0" uvicorn = "^0.30.6" scalar-fastapi = "^1.0.3" +argon2-cffi = "^23.1.0" [tool.poetry.group.linting.dependencies] pre-commit = "^3.8.0" |