Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Increase range on requires for requests and simplejson libraries (#65)
Browse files Browse the repository at this point in the history
Thanks again guys.  Will update here when this is pushed to pypi.
  • Loading branch information
TysonRV authored Nov 5, 2020
1 parent a56a131 commit 4550c64
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 @@ -20,8 +20,8 @@
packages=['shippo', 'shippo.test', 'shippo.test.integration'],
package_data={'shippo': ['../VERSION']},
install_requires=[
'requests == 2.21.0',
'simplejson == 3.16.0',
'requests >= 2.21.0, <= 2.24.0',
'simplejson >= 3.16.0, <= 3.17.2',
],
test_suite='shippo.test.all',
tests_require=['unittest2', 'mock', 'vcrpy'],
Expand Down

0 comments on commit 4550c64

Please sign in to comment.