Skip to content

Commit

Permalink
Update requests version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregswift committed Mar 3, 2016
1 parent aafbbeb commit 253fbdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==0.13.1
requests>=2.6.0
.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
install_requires=[
'argparse',
'requests==0.14.2',
'requests>=2.6.0',
],
extras_require={
'test': ['nose'],
Expand Down

0 comments on commit 253fbdd

Please sign in to comment.