Switch to hCapatcha

This commit is contained in:
2021-09-13 16:14:05 +01:00
parent 9ca953423f
commit 6458f016f0
3 changed files with 16 additions and 24 deletions

12
Pipfile
View File

@@ -23,7 +23,6 @@ Django = "~=3.1.12"
django-debug-toolbar = "~=3.2"
django-filter = "~=2.4.0"
django-ical = "~=1.7.1"
django-recaptcha = "~=2.0.6"
django-recurrence = "~=1.10.3"
django-registration-redux = "~=2.9"
django-reversion = "~=3.0.9"
@@ -78,6 +77,7 @@ zipp = "~=3.4.0"
sentry-sdk = "*"
diff-match-patch = "*"
python-barcode = "*"
django-hcaptcha = "*"
[dev-packages]
selenium = "~=3.141.0"
@@ -89,14 +89,8 @@ pytest-django = "*"
pluggy = "*"
pytest-splinter = "*"
pytest = "*"
pytest-xdist = {extras = [ "psutil",], version = "*"}
PyPOM = {extras = [ "splinter",], version = "*"}
[requires]
python_version = "3.9"
[dev-packages.pytest-xdist]
extras = [ "psutil",]
version = "*"
[dev-packages.PyPOM]
extras = [ "splinter",]
version = "*"