Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 committed Jul 23, 2023
1 parent d4e749e commit 4424512
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
packages=find_packages(exclude=["test.*", "test"]),
package_data={"zwave_js_server": ["py.typed"]},
python_requires=">=3.10",
install_requires=[
"aiohttp>3",
"pydantic>=1.10.0"
],
install_requires=["aiohttp>3", "pydantic>=1.10.0"],
entry_points={
"console_scripts": ["zwave-js-server-python = zwave_js_server.__main__:main"]
},
Expand Down

0 comments on commit 4424512

Please sign in to comment.