-
-
Notifications
You must be signed in to change notification settings - Fork 892
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced gevent, gevent-socketio and gevent-websocket with eventlet,
python-socketio and python-engineio, gaining support for Python 3 and the latest versions of the Socket.IO Javascript client.
- Loading branch information
1 parent
2945f6c
commit 883e73e
Showing
5 changed files
with
154 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
eventlet==0.17.4 | ||
Flask==0.10.1 | ||
Flask-SocketIO | ||
Jinja2==2.7.2 | ||
MarkupSafe==0.18 | ||
Werkzeug==0.9.4 | ||
gevent==1.0 | ||
gevent-socketio==0.3.6 | ||
gevent-websocket==0.9.2 | ||
greenlet==0.4.2 | ||
itsdangerous==0.23 | ||
ujson==1.33 | ||
greenlet==0.4.7 | ||
itsdangerous==0.24 | ||
Jinja2==2.7.3 | ||
MarkupSafe==0.23 | ||
python-engineio==0.3.1 | ||
python-socketio==0.1.0 | ||
six==1.9.0 | ||
Werkzeug==0.10.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
883e73e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Am really looking forward to this. eventlet is a solid choice!