Skip to content

Commit

Permalink
updated python-socketio min version requirement to 4.0.0 (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaan95 authored and miguelgrinberg committed Jun 18, 2019
1 parent a69d529 commit 40a34c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
platforms='any',
install_requires=[
'Flask>=0.9',
'python-socketio>=2.1.0'
'python-socketio>=4.0.0'
],
tests_require=[
'coverage'
Expand Down

0 comments on commit 40a34c1

Please sign in to comment.