1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: django-simple-captcha
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Brian May <bam@debian.org>,
Build-Depends:
debhelper-compat (= 9),
dh-python,
python3-all,
python3-django,
python3-django-ranged-response,
python3-pil,
python3-setuptools,
python3-six,
python3-testfixtures,
Standards-Version: 4.0.0
Homepage: https://github.com/mbi/django-simple-captcha
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-simple-captcha
Vcs-Git: https://salsa.debian.org/python-team/modules/django-simple-captcha.git
Package: python3-django-captcha
Architecture: all
Depends:
ttf-bitstream-vera,
${misc:Depends},
${python3:Depends},
Description: Django Simple Captcha Django application
Django Simple Captcha is an extremely simple, yet highly customizable Django
application to add captcha images to any Django form.
|