Browse Source

Merge pull request #6235 from ThomasWaldmann/requirements-locked-master

add locked requirements (master)
TW 3 years ago
parent
commit
b8ad7cd07a
2 changed files with 14 additions and 1 deletions
  1. 1 1
      Vagrantfile
  2. 13 0
      requirements.d/development.lock.txt

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

+ 13 - 0
requirements.d/development.lock.txt

@@ -0,0 +1,13 @@
+setuptools==60.7.1
+setuptools-scm==6.4.2
+pip==22.0.3
+virtualenv==20.13.0
+pkgconfig==1.5.5
+tox==3.24.5
+pytest==7.0.0
+pytest-xdist==2.5.0
+pytest-cov==3.0.0
+pytest-benchmark==3.4.1
+Cython==0.29.27
+twine==3.8.0
+python-dateutil==2.8.2