Skip to content

Commit afc7c12

Browse files
authored
Update format of list
1 parent 2b59e77 commit afc7c12

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
author="Fabian Affolter",
2424
author_email="[email protected]",
2525
license="MIT",
26-
install_requires=["aiohttp>=3.7.4,<4", "async_timeout<4"],
26+
install_requires=[
27+
"aiohttp>=3.7.4,<4",
28+
"async_timeout<4",
29+
],
2730
packages=["glances_api"],
2831
zip_safe=True,
2932
classifiers=[

0 commit comments

Comments
 (0)