Skip to content

Commit 4ba99cf

Browse files
committed
Update format of list
1 parent 4c0c741 commit 4ba99cf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
author="Fabian Affolter",
2323
author_email="fabian@affolter-engineering.ch",
2424
license="MIT",
25-
install_requires=["aiohttp>=3.7.4,<4", "async_timeout<4"],
25+
install_requires=[
26+
"aiohttp>=3.7.4,<4",
27+
"async_timeout<4",
28+
],
2629
packages=["luftdaten"],
2730
zip_safe=True,
2831
classifiers=[

0 commit comments

Comments
 (0)