Skip to content

Commit

Permalink
Removed test dependencies from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Narea committed Nov 27, 2015
1 parent dc33dff commit a5fb716
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
packages=find_packages(exclude=["tests"]),
py_modules=["django_testing", "django_testing_recipe"],
zip_safe=False,
tests_require = [
"coverage",
],
install_requires=[
"Django >= 1.1",
"WebOb >= 0.9.7, < 1.0dev",
Expand Down

0 comments on commit a5fb716

Please sign in to comment.