We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb2939 commit 2819489Copy full SHA for 2819489
1 file changed
setup.py
@@ -10,8 +10,8 @@
10
classifiers=['Programming Language :: Python :: 3 :: Only'],
11
url="http://singer.io",
12
install_requires=[
13
- 'pytz>=2018.4',
14
- 'jsonschema==2.6.0',
+ 'pytz>=2018.4,<=2019.3',
+ 'jsonschema>=2.6.0,<=3.2.0',
15
'simplejson==3.11.1',
16
'python-dateutil>=2.6.0',
17
'backoff==1.8.0',
0 commit comments