Skip to content

Commit 5c6404e

Browse files
committed
updated dependencies
1 parent d1b1702 commit 5c6404e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

py/setup.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# -*- coding: utf-8 -*-
2+
from __future__ import print_function, unicode_literals
23

34
import sys
45
from sys import argv
@@ -59,12 +60,12 @@
5960
)
6061
],
6162
install_requires=[
62-
'Jinja2>=2.7.3',
63-
'tornado>=4.0.2',
63+
'Jinja2>=2.7.3,<3',
64+
'tornado>=4.0.2,<5',
6465
'pytest>=4.0.1,<5',
65-
'cobra>=0.3.0',
66-
'jsonschema>=2.4.0',
67-
'ipywidgets>=7.0.0,<8',
66+
'cobra>=0.5.0',
67+
'jsonschema>=2.4.0,<3',
68+
'ipywidgets>=7.1.0,<8',
6869
],
6970
extras_require={
7071
'docs': ['sphinx>=1.2', 'sphinx-rtd-theme>=0.1.6'],

0 commit comments

Comments
 (0)