Skip to content

Commit

Permalink
Set requests_mock to >=1.6.0,<2 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 5, 2019
1 parent 8556d74 commit e2f4582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -106,7 +106,7 @@ def get_git_commit_datetime() -> str:
'pytest-sugar>=0.9.2,<0.10',
'pytest-timeout>=1.3.3,<1.4',
'pytest>=5.1.2,<6',
'requests_mock==1.6.0',
'requests_mock>=1.6.0,<2',
'wheel==0.33.1', # Otherwise setup.py bdist_wheel does not work
'codecov==2.0.15',
'twine==1.13.0',
Expand Down

0 comments on commit e2f4582

Please sign in to comment.