Browse Source

added requiered passlib and pyramid projects

funding-tag
Holger Frey 5 years ago
parent
commit
7fdfd689ab
  1. 2
      pyproject.toml

2
pyproject.toml

@ -24,6 +24,8 @@ classifiers = [ @@ -24,6 +24,8 @@ classifiers = [
]
requires = [
"pyramid >= 1.10",
"passlib[argon2] >= 1.7.2",
]
requires-python = ">=3.7"

Loading…
Cancel
Save