Skip to content

Commit

Permalink
Require requests_mock version at least 0.5
Browse files Browse the repository at this point in the history
This was first version with mock() function and there are distributions
(Debian Jessie) which still have older Python requests mock library.
  • Loading branch information
onovy committed Dec 5, 2016
1 parent f8ec9c6 commit 9935e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@
extras_require={
':python_version=="2.6" or python_version=="2.7"': ['ipaddress']
},
tests_require=['requests_mock'],
tests_require=['requests_mock>=0.5'],
test_suite="tests",
license=geoip2.__license__,
classifiers=[
Expand Down

0 comments on commit 9935e10

Please sign in to comment.