1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-21 13:47:16 +00:00

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

add locked requirements (master)
This commit is contained in:
TW 2022-02-04 22:32:17 +01:00 committed by GitHub
commit b8ad7cd07a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

2
Vagrantfile vendored
View file

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

View file

@ -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