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.
2 parents ab2c683 + 23e3c39 commit 362d57dCopy full SHA for 362d57d
setup.py
@@ -18,6 +18,6 @@
18
19
platforms='any',
20
packages=find_packages(), # folder with __init__.py
21
- install_requires=['requests', 'python-socketio<5', 'ply', 'python_dateutil'],
+ install_requires=['requests', 'python-socketio>5', 'ply', 'python_dateutil'],
22
classifiers=['Programming Language :: Python'],
23
)
0 commit comments