Skip to content

Commit 2819489

Browse files
committed
expand jsonschema deps as well
1 parent ccb2939 commit 2819489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
classifiers=['Programming Language :: Python :: 3 :: Only'],
1111
url="http://singer.io",
1212
install_requires=[
13-
'pytz>=2018.4',
14-
'jsonschema==2.6.0',
13+
'pytz>=2018.4,<=2019.3',
14+
'jsonschema>=2.6.0,<=3.2.0',
1515
'simplejson==3.11.1',
1616
'python-dateutil>=2.6.0',
1717
'backoff==1.8.0',

0 commit comments

Comments
 (0)