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:
commit
b8ad7cd07a
2 changed files with 14 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -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
requirements.d/development.lock.txt
Normal file
13
requirements.d/development.lock.txt
Normal 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
|
Loading…
Reference in a new issue