浏览代码

vagrant: use requirements.d/development.lock.txt

Thomas Waldmann 3 年之前
父节点
当前提交
8363169031
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Vagrantfile

+ 1 - 1
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}]