Skip to content

Commit

Permalink
requests bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Dec 21, 2012
1 parent 27aa58f commit c4601e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
install: pip install mock nose "requests<1.0" --use-mirrors --upgrade
install: pip install mock nose "requests>=1.0" --use-mirrors --upgrade
script: nosetests
notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests<1.0
requests>=1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
("Topic :: Software Development :: Libraries :: "
"Python Modules"),
],
install_requires=['requests<1.0'],
install_requires=['requests>=1.0'],
entry_points="""
[console_scripts]
scrapeshell = scrapelib:scrapeshell
Expand Down

0 comments on commit c4601e3

Please sign in to comment.