Browse Source

Remove nose, nose-cover3, unittest2, simplejson from setup_requires.

It was my impression this was only installed when running tests,
but it seems to be installed for any setup.py action.
Ask Solem 14 years ago
parent
commit
c9b498729a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      setup.py

+ 0 - 1
setup.py

@@ -74,7 +74,6 @@ setup(
              "bin/camqadm", "bin/celeryd-multi",
              "bin/celeryev"],
     zip_safe=False,
-    setup_requires=["nose", "nose-cover3", "unittest2>=0.4.0", "simplejson"],
     install_requires=install_requires,
     cmdclass = {"test": RunTests, "quicktest": QuickRunTests},
     test_suite="nose.collector",