Skip to content

Commit

Permalink
Format requirements as list
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 14, 2021
1 parent 1500a44 commit 1afe6bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
author="Fabian Affolter",
author_email="[email protected]",
license="MIT",
install_requires=["aiohttp>=3.7.4,<4", "async_timeout<4"],
install_requires=[
"aiohttp>=3.7.4,<4",
"async_timeout<4",
],
packages=["netdata"],
python_requires=">=3.8",
zip_safe=True,
Expand Down

0 comments on commit 1afe6bd

Please sign in to comment.