Skip to content

Commit

Permalink
Pin minumum and major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgray committed Mar 19, 2024
1 parent d4d2152 commit 4d899f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
url="http://singer.io",
install_requires=[
'pytz>=2018.4',
'jsonschema==2.6.0',
'simplejson>=3.11.1,==3.*',
'python-dateutil>=2.6.0',
'jsonschema>=2.6.0,==2.*',
'simplejson>=3.13.2,==3.*',
'python-dateutil>=2.7.3,==2.*',
'backoff>=2.2.1,==2.*',
'ciso8601',
'ciso8601>=2.3.1,==2.*',
],
extras_require={
'dev': [
Expand Down

0 comments on commit 4d899f6

Please sign in to comment.