We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b40cd4 commit 0ba2fb2Copy full SHA for 0ba2fb2
requirements.in
@@ -1,2 +1,3 @@
1
wslink<2
2
-fastjsonschema==2.21.1
+fastjsonschema==2.21.1
3
+websocket_client==1.8.0
requirements.txt
@@ -30,6 +30,8 @@ propcache==0.3.2
30
# yarl
31
typing-extensions==4.14.1
32
# via aiosignal
33
+websocket-client==1.8.0
34
+ # via -r requirements.in
35
wslink==1.12.4
36
# via -r requirements.in
37
yarl==1.20.1
0 commit comments