Add hcaptcha support and .env file

hcaptcha can be turned on in settings.py with parameters in the .env
file

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-05-07 14:51:26 -07:00
parent fe8ea04d18
commit 6e2c29ae29
4 changed files with 37 additions and 3 deletions

View File

@@ -6,6 +6,8 @@ name = "pypi"
[packages]
django = "*"
pillow = "*"
django-hcaptcha = "*"
django-environ = "*"
[dev-packages]
mypy = "*"