From 34b33d2706752772473fcc35f207b877021adf57 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 12 Sep 2023 16:02:10 +0200 Subject: [PATCH] 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. --- requirements.d/development.lock.txt | 1 - requirements.d/development.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.d/development.lock.txt b/requirements.d/development.lock.txt index 39dd769a3..2043cdfbe 100644 --- a/requirements.d/development.lock.txt +++ b/requirements.d/development.lock.txt @@ -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 diff --git a/requirements.d/development.txt b/requirements.d/development.txt index 6106219e2..6825ec902 100644 --- a/requirements.d/development.txt +++ b/requirements.d/development.txt @@ -10,5 +10,4 @@ pytest-xdist pytest-cov pytest-benchmark Cython -twine pre-commit