We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e7c96 commit f87b84fCopy full SHA for f87b84f
requirements.txt
@@ -15,4 +15,5 @@ six==1.13.0
15
urllib3==1.25.6
16
wcwidth==0.1.7
17
websocket-client==0.56.0
18
+websockets==8.0.2
19
zipp==0.6.0
setup.py
@@ -30,4 +30,8 @@ def get_readme_md_contents():
30
"Programming Language :: Python :: 3",
31
"Operating System :: OS Independent",
32
],
33
+ install_requires=[
34
+ "websocket-client==0.56.0",
35
+ "websockets==8.0.2",
36
+ ]
37
)
0 commit comments