We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7546f commit 45919a6Copy full SHA for 45919a6
setup.py
@@ -42,6 +42,7 @@
42
test_suite='tests',
43
install_requires=requires,
44
tests_require=[
45
+ 'nose >= 1.3.0', 'nose < 2.0.0',
46
'nose-exclude >= 0.5.0', 'nose-exclude < 1.0.0',
47
'mock >= 2.0.0', 'mock < 3.0.0'
48
],
0 commit comments