From 1407a2b2fb88d7451f7e084ef616e525c00de891 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 3fdde7034..c017d3cc1 100644 --- a/requirements.d/development.lock.txt +++ b/requirements.d/development.lock.txt @@ -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 diff --git a/requirements.d/development.txt b/requirements.d/development.txt index a8da71dcf..70d5671c2 100644 --- a/requirements.d/development.txt +++ b/requirements.d/development.txt @@ -9,6 +9,5 @@ pytest-xdist pytest-cov pytest-benchmark Cython -twine python-dateutil pre-commit