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 31 32 33 34 35 36 37 38 39 40
|
Source: flask-wtf
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools,
python3-sphinx,
python3-flask,
python3-wtforms,
python3-nose,
python3-flask-babel
Standards-Version: 4.5.0
Homepage: https://packages.python.org/Flask-WTF/
Vcs-Git: https://salsa.debian.org/python-team/modules/flask-wtf.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/flask-wtf
Package: python3-flaskext.wtf
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: libjs-jquery
Provides: ${python:Provides}
Description: Simple integration of Flask and WTForms (Python 3)
Flask-WTF is an extension for Flask, providing a simple integration
of WTForms. It includes optional CSRF handling and Recaptcha support.
.
This is a Python 3 package
Package: python-flaskext.wtf-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Recommends: libjs-jquery
Description: Simple integration of Flask and WTForms (doc)
Documentation for Flask-WTF: an extension for Flask, providing a
simple integration of WTForms. It includes optional CSRF handling
and Recaptcha support.
|