Skip to content

Commit

Permalink
Update requests dependency to 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Jan 16, 2014
1 parent 702b447 commit 2fa64d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1 +1 @@
requests == 1.2.3
requests>=2.2.0,<2.3
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -97,7 +97,7 @@ def _run_mock_api_server(self):
packages=['yubico_client'],
provides=['yubico_client'],
install_requires=[
'requests == 1.2.3',
'requests>=2.2.0,<2.3',
],
cmdclass={
'test': TestCommand,
Expand Down

0 comments on commit 2fa64d5

Please sign in to comment.