Skip to content

Commit

Permalink
Merge pull request #76 from sanga/update_requests_dep
Browse files Browse the repository at this point in the history
Bump requests to most recent pre 1.0 version (i.e. no requests API changes)
  • Loading branch information
heyman committed May 21, 2013
2 parents 9c599de + b4142db commit 8ef9f34
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,5 +1,5 @@
greenlet
gevent>=0.13
Flask>=0.8
requests==0.14.1
requests==0.14.2
msgpack-python==0.3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
zip_safe=False,
install_requires=["gevent>=0.13", "flask>=0.8", "requests==0.14.1", "msgpack-python==0.3.0"],
install_requires=["gevent>=0.13", "flask>=0.8", "requests==0.14.2", "msgpack-python==0.3.0"],
entry_points={
'console_scripts': [
'locust = locust.main:main',
Expand Down

0 comments on commit 8ef9f34

Please sign in to comment.