Codebase list python-flask-httpauth / db64e47
Update dependencies for new version. Martina Ferrari 2 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
55 Build-Depends: debhelper-compat (= 13),
66 dh-python,
77 python3-all,
8 python3-asgiref,
89 python3-docutils,
910 python3-flask,
11 python3-pytest,
1012 python3-setuptools,
1113 python3-sphinx,
1214 Standards-Version: 4.6.0
1921 Depends: ${misc:Depends},
2022 ${python3:Depends},
2123 Suggests: python-flask-httpauth-doc,
22 Provides: ${python:Provides},
24 Recommends: python3-asgiref,
25 Provides: ${python3:Provides},
2326 Description: Basic and Digest HTTP authentication for Flask (Python 3)
2427 Flask-HTTPAuth is a simple extension that provides Basic and Digest HTTP
2528 authentication for Flask routes.