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
|
Source: django-graphene
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Carsten Schoenert <c.schoenert@t-online.de>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
python3-all,
Build-Depends-Indep:
pybuild-plugin-pyproject,
python3-django (>= 3.2)<!nocheck>,
python3-django-filters (>= 22.1) <!nocheck>,
python3-doc <!nodoc>,
python3-graphene (>= 3.0)<!nocheck>,
python3-graphql-core (>= 3.1.0)<!nocheck>,
python3-promise,
python3-pytest (>= 7.1.3) <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-django <!nocheck>,
python3-pytest-random-order <!nocheck>,
python3-pytest-runner <!nocheck>,
python3-graphql-relay (>= 3.2.0) <!nocheck>,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-text-unidecode <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-graphene
Vcs-Git: https://salsa.debian.org/python-team/packages/django-graphene.git
Homepage: https://github.com/graphql-python/graphene-django
Package: python-django-graphene-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: Django integration for Graphene (Documentation)
Graphene-Django is built on top of Graphene. Graphene-Django provides some
additional abstractions that make it easy to add GraphQL functionality to
your Django project.
.
This package contains the documentation of the library.
Package: python3-django-graphene
Architecture: all
Depends:
python3-django,
python3-graphene,
python3-promise,
${misc:Depends},
${python3:Depends},
Description: Django integration for Graphene (Python3 version)
Graphene-Django is built on top of Graphene. Graphene-Django provides some
additional abstractions that make it easy to add GraphQL functionality to
your Django project.
.
This package contains the Python 3 version of the library.
|