Skip to content

Commit bba7ebd

Browse files
authored
added dependency on six
1 parent 37a7706 commit bba7ebd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
author_email='hello@graph.cool',
99
license='MIT',
1010
packages=['graphqlclient'],
11+
install_requires=[
12+
'six',
13+
],
1114
zip_safe=False)

0 commit comments

Comments
 (0)