Skip to content

Commit 609b3fc

Browse files
committed
Add requests as requirement (fixes #20)
1 parent c87979f commit 609b3fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
install_requires=[
2727
'six>=1.10.0',
2828
'graphql-core>=0.5.0,<2',
29-
'promise>=0.4.0'
29+
'promise>=0.4.0',
30+
'requests>=2.12.0'
3031
],
3132
tests_require=['pytest>=3,<4', 'mock'],
3233
)

0 commit comments

Comments
 (0)