Skip to content

Commit

Permalink
Fix version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanshih authored Feb 8, 2017
1 parent 236aa41 commit f9f0b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author_email='[email protected]',
url='https://github.com/doordash/omnivore',
packages=['omnivore', 'omnivore.resource', 'omnivore.test'],
install_requires=['requests == 2.8.1'],
install_requires=['requests >= 2.8.1'],
test_suite='pytest', # 'omnivore.test.all?'
tests_require=['pytest'], # TODO: stripe uses unittest2 and mock?
classifiers=[
Expand Down

0 comments on commit f9f0b12

Please sign in to comment.