Skip to content

Commit f87b84f

Browse files
committed
add deps to packaging logic
1 parent b6e7c96 commit f87b84f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ six==1.13.0
1515
urllib3==1.25.6
1616
wcwidth==0.1.7
1717
websocket-client==0.56.0
18+
websockets==8.0.2
1819
zipp==0.6.0

setup.py

+4
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@ def get_readme_md_contents():
3030
"Programming Language :: Python :: 3",
3131
"Operating System :: OS Independent",
3232
],
33+
install_requires=[
34+
"websocket-client==0.56.0",
35+
"websockets==8.0.2",
36+
]
3337
)

0 commit comments

Comments
 (0)