Skip to content
Snippets Groups Projects
Unverified Commit 0ed504be authored by Dan Michael O. Heggø's avatar Dan Michael O. Heggø
Browse files

[#226] flake8 no longer required in tests_require

parent 1b7695d1
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ setup(name='mwclient',
packages=['mwclient'],
install_requires=['requests-oauthlib', 'six'],
setup_requires=pytest_runner,
tests_require=['pytest', 'pytest-cov', 'flake8',
'responses>=0.3.0', 'responses!=0.6.0', 'mock'],
tests_require=['pytest', 'pytest-cov', 'mock',
'responses>=0.3.0', 'responses!=0.6.0'],
zip_safe=True
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment