Skip to content

Commit 50c92b1

Browse files
committed
Backport PR #322: require tornado
we use zmq.eventloop, which generally requires tornado. The polyfill allowing this to be importable without tornado present is going away in a future release of pyzmq. closes 321 Signed-off-by: Thomas Kluyver <[email protected]>
1 parent 3fd21bc commit 50c92b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def run(self):
8282
'jupyter_core',
8383
'pyzmq>=13',
8484
'python-dateutil>=2.1',
85+
'tornado>=4.1',
8586
],
8687
extras_require = {
8788
'test': ['ipykernel', 'ipython', 'mock'],

0 commit comments

Comments
 (0)