There was an error while loading. Please reload this page.
1 parent 37a7706 commit bba7ebdCopy full SHA for bba7ebd
setup.py
@@ -8,4 +8,7 @@
8
author_email='hello@graph.cool',
9
license='MIT',
10
packages=['graphqlclient'],
11
+ install_requires=[
12
+ 'six',
13
+ ],
14
zip_safe=False)
0 commit comments