1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: wsgicors
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
Standards-Version: 4.7.0
Homepage: https://github.com/may-day/wsgicors
Vcs-Git: https://salsa.debian.org/debian/wsgicors.git
Vcs-Browser: https://salsa.debian.org/debian/wsgicors
Package: python3-wsgicors
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: WSGI middleware to handle CORS preflight requests for Python 3
This is a WSGI middleware that answers CORS preflight
requests and adds the needed header to the response. For CORS
see: http://www.w3.org/TR/cors/.
|