diff --git a/setup.py b/setup.py index 2717252..1ca86ff 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,6 @@ 'Programming Language :: Python :: 3.5', 'Topic :: Software Development :: Testing', ], - setup_requires=['enum34; python_version < "3"', 'nose'], - install_requires=['enum34; python_version < "3"', 'nose'], + setup_requires=['enum34; python_version < "3"'], + install_requires=['enum34; python_version < "3"'], )