Skip to content

Commit

Permalink
pin backoff and simplejson to major version
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgray committed Mar 18, 2024
1 parent 3bbbf9b commit 9b81faa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
url="http://singer.io",
install_requires=[
'pytz>=2018.4',
'jsonschema>=2.6.0',
'simplejson>=3.19.2',
'jsonschema==2.6.0',
'simplejson==3.*',
'python-dateutil>=2.6.0',
'backoff>=2.2.1',
'backoff==2.*',
'ciso8601',
],
extras_require={
Expand Down

0 comments on commit 9b81faa

Please sign in to comment.