diff --git a/pyproject.toml b/pyproject.toml index ca5a4da..69e2339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,8 @@ classifiers = [ ] requires = [ + "pyramid >= 1.10", + "passlib[argon2] >= 1.7.2", ] requires-python = ">=3.7"