Skip to content

Commit

Permalink
expand jsonschema deps as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jarobe42 committed Apr 7, 2021
1 parent ccb2939 commit 2819489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
classifiers=['Programming Language :: Python :: 3 :: Only'],
url="http://singer.io",
install_requires=[
'pytz>=2018.4',
'jsonschema==2.6.0',
'pytz>=2018.4,<=2019.3',
'jsonschema>=2.6.0,<=3.2.0',
'simplejson==3.11.1',
'python-dateutil>=2.6.0',
'backoff==1.8.0',
Expand Down

0 comments on commit 2819489

Please sign in to comment.