Skip to content

Commit

Permalink
Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Oct 17, 2015
1 parent 1e2dc14 commit 794fcb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Flask_SocketIO
itsdangerous==0.24
Jinja2==2.7.3
MarkupSafe==0.23
python-engineio==0.6.2
python-socketio==0.4.2
python-engineio==0.7.0
python-socketio==0.6.0
six==1.9.0
Werkzeug==0.10.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
platforms='any',
install_requires=[
'Flask>=0.9',
'python-socketio>=0.4.0'
'python-socketio>=0.6.0'
],
tests_require=[
'coverage'
Expand Down

0 comments on commit 794fcb0

Please sign in to comment.