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",
|
||||
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",
|
||||
|
|
Loading…
Reference in a new issue