forked from torchbox/wagtail-grapple
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
40 lines (39 loc) · 980 Bytes
/
setup.cfg
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
[metadata]
name = wagtail-grapple
author = Nathan Horrigan
author_email = [email protected]
description = A django app that speeds up and simplifies implementing a GraphQL endoint!
version = 0.4.11
url = https://github.com/torchbox/wagtail-grapple
keywords =
wagtail
django
graphene
graphql
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Scientific/Engineering
long_description = file:README.md
long_description_content_type = text/markdown
license_files =
LICENSE.txt
[options]
python_requires = >= 3.6
setup_requires =
setuptools >= 40.6
pip >= 10
include_package_data = true
packages = find:
install_requires =
Django>=2.2, <2.3
wagtail>=2.5, <2.9
graphene-django==2.7.1
graphql-core==2.2.1
channels==1.1.8
asgi_redis
graphql_ws
wagtail-headless-preview