From f9f0b124f3cbd68cad8a1be3fcf50b5493ee12b8 Mon Sep 17 00:00:00 2001 From: Jonathan Shih Date: Wed, 8 Feb 2017 13:17:38 -0800 Subject: [PATCH] Fix version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57e65fa..fcb1f43 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ author_email='alex.grover@doordash.com', 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=[