Files
interchan/Pipfile
Alek Ratzloff 6e2c29ae29 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>
2022-05-07 14:51:26 -07:00

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"