We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b1702 commit 5c6404eCopy full SHA for 5c6404e
1 file changed
py/setup.py
@@ -1,4 +1,5 @@
1
# -*- coding: utf-8 -*-
2
+from __future__ import print_function, unicode_literals
3
4
import sys
5
from sys import argv
@@ -59,12 +60,12 @@
59
60
)
61
],
62
install_requires=[
- 'Jinja2>=2.7.3',
63
- 'tornado>=4.0.2',
+ 'Jinja2>=2.7.3,<3',
64
+ 'tornado>=4.0.2,<5',
65
'pytest>=4.0.1,<5',
- 'cobra>=0.3.0',
66
- 'jsonschema>=2.4.0',
67
- 'ipywidgets>=7.0.0,<8',
+ 'cobra>=0.5.0',
+ 'jsonschema>=2.4.0,<3',
68
+ 'ipywidgets>=7.1.0,<8',
69
70
extras_require={
71
'docs': ['sphinx>=1.2', 'sphinx-rtd-theme>=0.1.6'],
0 commit comments