forked from torchbox/wagtail-grapple
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
38 lines (37 loc) · 902 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
[metadata]
name = grapple
author = Nathan Horrigan
author_email = [email protected]
description = A django app that speeds up and simplifies implementing a GraphQL endoint!
version = 0.0.3
url = https://github.com/NathHorrigan/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 = >= 2.7
setup_requires =
setuptools >= 40.6
pip >= 10
packages = find:
install_requires =
Django>=2.2, <2.3
wagtail>=2.5, <2.6
graphene-django>=2.2.0
colorthief
channels==1.1.8
asgi_redis
graphql_ws