Skip to content

Commit 61d8239

Browse files
committed
Refresh Python dependencies
1 parent 8b11e33 commit 61d8239

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ requests==2.25.1;python_version>="3.5" and python_version<"3.6"
3333
requests==2.26.0;python_version>="3.6"
3434
selenium==3.141.0;python_version<"3.7"
3535
selenium==4.0.0;python_version>="3.7"
36+
wsproto==1.0.0;python_version>="3.7"
3637
trio==0.19.0;python_version>="3.7"
3738
trio-websocket==0.9.2;python_version>="3.7"
3839
pyopenssl==21.0.0;python_version>="3.7"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
'requests==2.26.0;python_version>="3.6"',
150150
'selenium==3.141.0;python_version<"3.7"',
151151
'selenium==4.0.0;python_version>="3.7"',
152+
'wsproto==1.0.0;python_version>="3.7"',
152153
'trio==0.19.0;python_version>="3.7"',
153154
'trio-websocket==0.9.2;python_version>="3.7"',
154155
'pyopenssl==21.0.0;python_version>="3.7"',

0 commit comments

Comments
 (0)