Skip to content

Commit 5785960

Browse files
Update setup.py
1 parent a28daea commit 5785960

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
packages=find_packages(),
77
install_requires=[
88
"numpy==1.21.5",
9-
"python-socketio==4.5.1",
10-
"requests",
11-
"python-engineio==3.13.0"
9+
"python-socketio==5.4.1",
10+
"python-engineio==4.2.1",
11+
"requests"
1212
]
1313
)

0 commit comments

Comments
 (0)