Skip to content

Commit 362d57d

Browse files
authored
Merge pull request #100 from seatable/update-python-socketio
update python-socketio for seatable 5.2
2 parents ab2c683 + 23e3c39 commit 362d57d

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)