Skip to content

Commit 741726f

Browse files
committed
Add "future" package to setup.py dependencies
1 parent 74ba225 commit 741726f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'License :: OSI Approved :: MIT License'
3737
],
3838
install_requires=[
39-
'gevent-websocket', 'redis', 'graphql-core', 'promise<=1.0.1'
39+
'gevent-websocket', 'redis', 'graphql-core', 'promise<=1.0.1', 'future'
4040
],
4141
test_suite='pytest',
4242
tests_require=tests_dep,

0 commit comments

Comments
 (0)