Skip to content

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet committed Feb 23, 2022
1 parent c43d645 commit ed92633
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ requests>=2.21.0
black>=22.1
pre-commit>=2.17
pytest>=6.2.5
websockets>=10.2
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ def readme():
url="https://github.com/xchwarze/samsung-tv-ws-api",
packages=find_packages(exclude=("tests",)),
install_requires=["websocket-client>=0.57.0", "requests>=2.21.0"],
extras_require={
"async": ["websockets>=10.2"],
},
include_package_data=True,
license="MIT",
classifiers=[
Expand Down

0 comments on commit ed92633

Please sign in to comment.