Skip to content

Commit

Permalink
add requests as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
whitmo committed Nov 19, 2012
1 parent d656690 commit 7af4a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
zip_safe=False,
install_requires=["gevent", "flask"],
install_requires=["gevent", "flask", "requests"],
entry_points={
'console_scripts': [
'locust = locust.main:main',
Expand Down

0 comments on commit 7af4a44

Please sign in to comment.