From 9194232ecd13c079e9cc94dc535448d8ca43e0b9 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 6 Jun 2018 11:23:39 +0300 Subject: [PATCH] Sort tests_require --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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",