added reCaptcha v2

This commit is contained in:
2022-06-09 16:00:06 +02:00
parent b139c005e3
commit df29424905
5 changed files with 63 additions and 30 deletions

View File

@@ -22,12 +22,14 @@ requires = [
'transaction',
'zope.sqlalchemy',
'wtforms==2.2.1', # form library
'wtforms-recaptcha',
'webhelpers2==2.0', # various web building related helpers
'passlib',
'python-magic',
'Pillow == 6.1.0',
'unidecode',
'markdown2',
'urllib',
]
tests_require = [