mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-13 05:06:47 +03:00
parent
8c7ca74c6f
commit
79f7cc08e3
2
setup.py
2
setup.py
|
@ -83,7 +83,7 @@ setup(
|
||||||
|
|
||||||
keywords='api graphql protocol rest relay graphene',
|
keywords='api graphql protocol rest relay graphene',
|
||||||
|
|
||||||
packages=find_packages(exclude=['tests', 'tests.*']),
|
packages=find_packages(exclude=['tests', 'tests.*', 'examples']),
|
||||||
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'six>=1.10.0,<2',
|
'six>=1.10.0,<2',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user