Sort tests_require

This commit is contained in:
Hugo 2018-06-06 11:23:39 +03:00
parent ba946170da
commit 9194232ecd

View file

@ -12,13 +12,13 @@ setup(
author="Amr Hassan <amr.hassan@gmail.com> and Contributors", author="Amr Hassan <amr.hassan@gmail.com> and Contributors",
install_requires=["six"], install_requires=["six"],
tests_require=[ tests_require=[
"mock",
"pytest",
"coverage", "coverage",
"pycodestyle",
"pyyaml",
"pyflakes",
"flaky", "flaky",
"mock",
"pycodestyle",
"pyflakes",
"pytest",
"pyyaml",
], ],
description="A Python interface to Last.fm and Libre.fm", description="A Python interface to Last.fm and Libre.fm",
author_email="amr.hassan@gmail.com", author_email="amr.hassan@gmail.com",