Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoepp committed Nov 7, 2013
1 parent 08cb544 commit 358a215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ def requirements():
install_requires=requirements(),
zip_safe=False,
test_suite='nose.collector',
tests_require=['nose', 'nose-cover3', 'httpretty==0.6.1']
tests_require=['nose', 'nose-cover3', 'httpretty']
)

0 comments on commit 358a215

Please sign in to comment.