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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: django-oauth-toolkit
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Thomas Goirand <zigo@debian.org>,
Dominik George <natureshadow@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-django,
python3-django-braces,
python3-djangorestframework,
python3-jwcrypto (>= 1.0.0-2),
python3-sphinx-mdinclude,
python3-oauthlib,
python3-pytest,
python3-pytest-cov,
python3-pytest-django,
python3-pytest-mock,
python3-pytest-xdist,
python3-requests,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
Standards-Version: 4.7.0
Homepage: https://github.com/jazzband/django-oauth-toolkit
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-oauth-toolkit
Vcs-Git: https://salsa.debian.org/python-team/packages/django-oauth-toolkit.git
Rules-Requires-Root: no
Package: python-django-oauth-toolkit-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: OAuth2 capabilities for Django projects (Documentation)
Django OAuth Toolkit can help you providing out of the box all the endpoints,
data and logic needed to add OAuth2 capabilities to your Django projects.
Django OAuth Toolkit makes extensive use of OAuthLib, so that everything is
rfc-compliant.
.
This package contains the documentation.
Package: python3-django-oauth-toolkit
Architecture: all
Depends:
libjs-bootstrap,
python3-django,
python3-django-braces,
python3-oauthlib,
${misc:Depends},
${python3:Depends},
Recommends:
python3-djangorestframework,
Suggests:
python-django-oauth-toolkit-doc,
Description: OAuth2 capabilities for Django projects (Python3 version)
Django OAuth Toolkit can help you providing out of the box all the endpoints,
data and logic needed to add OAuth2 capabilities to your Django projects.
Django OAuth Toolkit makes extensive use of OAuthLib, so that everything is
rfc-compliant.
.
This package contains the Python 3 version of the library.
|