Codebase list python-webargs / cbc6bd1
Update dependencies Sophie Brun 4 years ago
1 changed file(s) with 9 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
55 Build-Depends: debhelper-compat (= 12),
66 dh-python,
77 python3-all,
8 python3-marshmallow,
8 python3-marshmallow (>= 3.1.0),
99 python3-pytest,
10 python3-setuptools,
10 python3-setuptools
1111 Standards-Version: 4.3.0
1212 Homepage: https://github.com/sloria/webargs
1313 Vcs-Browser: https://gitlab.com/kalilinux/packages/python-webargs
1616
1717 Package: python3-webargs
1818 Architecture: all
19 Depends: ${misc:Depends}, ${python3:Depends}, python3-packaging, python3-flask, python3-django, python3-bottle, python3-pyramid
19 Depends: python3-bottle,
20 python3-django,
21 python3-flask,
22 python3-packaging,
23 python3-pyramid,
24 ${misc:Depends},
25 ${python3:Depends}
2026 Description: Python library for parsing and validating HTTP request arguments (Python 3)
2127 This package contains a Python library for parsing and validating HTTP request
2228 arguments, with built-in support for popular web frameworks, including Flask,