added dependency

This commit is contained in:
Patrick762
2023-04-25 19:25:29 +02:00
parent 9b8d3574c2
commit 4d9d173274

View File

@@ -21,7 +21,7 @@ setup(
long_description=long_description, long_description=long_description,
url="https://github.com/Patrick762/streamdeckapi", url="https://github.com/Patrick762/streamdeckapi",
packages=find_packages(), packages=find_packages(),
install_requires=["websockets==11.0.2", install_requires=["requests==2.28.2", "websockets==11.0.2",
"streamdeck==0.9.3", "pillow>=9.4.0,<10.0.0"], "streamdeck==0.9.3", "pillow>=9.4.0,<10.0.0"],
keywords=[], keywords=[],
entry_points={ entry_points={