[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [ooni-probe/master] Use the latest versions of pip and virtualenv
commit efe4e357cb338be9893402eb8af3f75dee64eb37
Author: Arturo Filastò <art@xxxxxxxxx>
Date: Mon Jan 27 11:38:28 2014 +0100
Use the latest versions of pip and virtualenv
---
setup-dependencies.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup-dependencies.sh b/setup-dependencies.sh
index 71f968e..9830c34 100755
--- a/setup-dependencies.sh
+++ b/setup-dependencies.sh
@@ -857,12 +857,12 @@ p50Ey4/FI/T4zjAVeqdBysR08T3mZv3SHOy0qOq/kDiK2Q==
"
install_pip_securely() {
- NEEDED_VERSION_PIP=1.5
+ NEEDED_VERSION_PIP=1.5.2
install_pkg_from_pypi "pip" ${NEEDED_VERSION_PIP} ${DSTUFFT_KEY_FILE}
}
install_virtualenv_securely() {
- NEEDED_VERSION_VIRTUALENV=1.11
+ NEEDED_VERSION_VIRTUALENV=1.11.2
install_pkg_from_pypi "virtualenv" ${NEEDED_VERSION_VIRTUALENV} ${DSTUFFT_KEY_FILE}
}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits