Sort tests_require
This commit is contained in:
parent
ba946170da
commit
9194232ecd
10
setup.py
10
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue