Skip to content

Commit

Permalink
Issue cylc#11 Add graphene-tornado to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno P. Kinoshita committed Mar 20, 2019
1 parent dcf3a5a commit 917f41e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
python_requires='>=3.6',
install_requires=[
'jupyterhub',
'tornado'
'tornado',
'graphene-tornado'
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 917f41e

Please sign in to comment.