We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd9c6c commit ce4a984Copy full SHA for ce4a984
setup.py
@@ -42,6 +42,6 @@
42
install_requires=install_requires,
43
extras_require={
44
'dev': ['sphinx', 'sphinx_rtd_theme'],
45
- 'test': ['nose', 'wsgi_intercept', 'flask'],
+ 'test': ['nose-py3', 'wsgi_intercept', 'flask'],
46
}
47
)
0 commit comments