Update setup.py

This commit is contained in:
Jonathan Kim 2019-12-31 14:03:27 +00:00
parent 1204368b91
commit 9f33a710ae

View File

@ -78,12 +78,13 @@ setup(
"Topic :: Software Development :: Libraries",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
keywords="api graphql protocol rest relay graphene",
packages=find_packages(exclude=["tests", "tests.*", "examples"]),
install_requires=[
"graphql-core>=3.0.0a0,<4",
"graphql-relay>=3.0.0a0,<4",
"graphql-core>=3.0.0,<4",
"graphql-relay>=3.0.0,<4",
"aniso8601>=6,<9",
],
tests_require=tests_require,