From ce779cdff08ae4e889dd5d87e2cb16a88a58ffac Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Tue, 13 Apr 2021 13:57:51 +0900 Subject: [PATCH] Use our pywb fork with xmlquery length fix See: https://github.com/webrecorder/pywb/pull/633 --- nla-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nla-deploy.sh b/nla-deploy.sh index b8b5ec2..3e2d94e 100644 --- a/nla-deploy.sh +++ b/nla-deploy.sh @@ -3,7 +3,7 @@ set -eu dest=$1 virtualenv-3.6 $dest -$dest/bin/pip install git+https://github.com/webrecorder/pywb.git@v-2.4.0-rc2 +$dest/bin/pip install git+https://github.com/nla/pywb.git@v-2.5.0-nla1 $dest/bin/pip install wheel $dest/bin/pip install uwsgi $dest/bin/pip install gevent