Merge pull request #213 from rutsky/remove_websocket_from_py3

Don't require websocket-client on Python 3
This commit is contained in:
Maxime Petazzoni 2014-04-28 10:10:45 -07:00
commit 99ef978f09
1 changed files with 0 additions and 1 deletions

View File

@ -1,3 +1,2 @@
requests==2.2.1
six>=1.3.0
websocket-client==0.11.0