Skip to content

Commit 23e3c39

Browse files
update python-socketio
1 parent ab2c683 commit 23e3c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818

1919
platforms='any',
2020
packages=find_packages(), # folder with __init__.py
21-
install_requires=['requests', 'python-socketio<5', 'ply', 'python_dateutil'],
21+
install_requires=['requests', 'python-socketio>5', 'ply', 'python_dateutil'],
2222
classifiers=['Programming Language :: Python'],
2323
)

0 commit comments

Comments
 (0)