1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-09 13:53:09 +00:00

remove twine from requirements

twine is only needed at release time, no need
for all developers or all test runs to install
this.

also, some requirement of twine needs a rust
compiler, so if there is no rust compiler,
automated runs will abort due to that.
This commit is contained in:
Thomas Waldmann 2023-09-12 16:02:10 +02:00
parent a0069d4b45
commit 1407a2b2fb
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01
2 changed files with 0 additions and 2 deletions

View file

@ -9,5 +9,4 @@ pytest-xdist==3.1.0
pytest-cov==4.0.0
pytest-benchmark==4.0.0
Cython==0.29.36
twine==4.0.2
python-dateutil==2.8.2

View file

@ -9,6 +9,5 @@ pytest-xdist
pytest-cov
pytest-benchmark
Cython
twine
python-dateutil
pre-commit