From 836316903109b01237fcc4f590e4f51d0c1974a0 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 4 Feb 2022 21:03:28 +0100 Subject: [PATCH] vagrant: use requirements.d/development.lock.txt --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 16a041e3..88c61cac 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -189,7 +189,7 @@ def install_borg(fuse) . borg-env/bin/activate pip install -U wheel # upgrade wheel, might be too old cd borg - pip install -r requirements.d/development.txt + pip install -r requirements.d/development.lock.txt python setup.py clean python setup.py clean2 pip install -e .[#{fuse}]