hcaptcha can be turned on in settings.py with parameters in the .env file Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
17 lines
219 B
TOML
17 lines
219 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
django = "*"
|
|
pillow = "*"
|
|
django-hcaptcha = "*"
|
|
django-environ = "*"
|
|
|
|
[dev-packages]
|
|
mypy = "*"
|
|
|
|
[requires]
|
|
python_version = "3.10"
|