Skip to content

Commit 1afe6bd

Browse files
authored
Format requirements as list
1 parent 1500a44 commit 1afe6bd

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=["netdata"],
2831
python_requires=">=3.8",
2932
zip_safe=True,

0 commit comments

Comments
 (0)