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 a089448841
commit 34b33d2706
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
2 changed files with 0 additions and 2 deletions

View File

@ -10,5 +10,4 @@ pytest-xdist==3.3.1
pytest-cov==4.1.0
pytest-benchmark==4.0.0
Cython==3.0.2
twine==4.0.2
pre-commit==3.4.0

View File

@ -10,5 +10,4 @@ pytest-xdist
pytest-cov
pytest-benchmark
Cython
twine
pre-commit