We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccbdcb0 + 7fecde3 commit 9ffdac2Copy full SHA for 9ffdac2
requirements.txt
@@ -2,5 +2,5 @@ jupyter_core>=4.0
2
jupyter_client>=4.2.0
3
notebook>=5.0.0
4
traitlets>=4.2.0
5
-tornado>=4.2.0
+tornado>=4.2.0,<5.0
6
requests>=2.7,<3.0
setup.py
@@ -57,7 +57,7 @@
57
'jupyter_client>=4.2.0',
58
'notebook>=5.0.0,<6.0',
59
'traitlets>=4.2.0',
60
- 'tornado>=4.2.0',
+ 'tornado>=4.2.0,<5.0',
61
'requests>=2.7,<3.0'
62
],
63
classifiers=[
0 commit comments