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
|
Source: google-auth-oauthlib
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Shayan Doust <hello@shayandoust.me>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-google-auth,
python3-requests-oauthlib,
python3-click,
python3-mock,
python3-pytest
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/google-auth-oauthlib
Vcs-Git: https://salsa.debian.org/python-team/packages/google-auth-oauthlib.git
Homepage: https://pypi.org/project/google-auth-oauthlib/
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-google-auth-oauthlib
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-google-auth,
python3-requests-oauthlib
Description: oauthlib integration with google-auth
This library provides oauthlib integration for use with google-auth.
|