Skip to content

Commit

Permalink
Changed gevent version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Peters committed Jan 12, 2017
1 parent 29fc41f commit d252364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/plivo_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ esac
virtualenv --no-site-packages $REAL_PATH
source $REAL_PATH/bin/activate

# force installation of gevent 1.03a
# force installation of gevent 1.1.0
pip uninstall gevent
pip install -Iv http://gevent.googlecode.com/files/gevent-1.0a3.tar.gz
pip install -Iv https://github.com/gevent/gevent/releases/download/v1.1.0/gevent-1.1.0.tar.gz
pip install -e git+${PLIVO_GIT_REPO}@${BRANCH}#egg=plivo


Expand Down

0 comments on commit d252364

Please sign in to comment.