diff --git a/setup.py b/setup.py index a937221..910f5c5 100755 --- a/setup.py +++ b/setup.py @@ -12,13 +12,13 @@ setup( author="Amr Hassan and Contributors", install_requires=["six"], tests_require=[ - "mock", - "pytest", "coverage", - "pycodestyle", - "pyyaml", - "pyflakes", "flaky", + "mock", + "pycodestyle", + "pyflakes", + "pytest", + "pyyaml", ], description="A Python interface to Last.fm and Libre.fm", author_email="amr.hassan@gmail.com",