From c33787d4ae03cf268fca721ce6b1468502842abc Mon Sep 17 00:00:00 2001 From: Kshitij Aranke Date: Tue, 14 May 2024 17:31:02 +0100 Subject: [PATCH] [Backport 1.4.latest] [Tidy First] Remove wheel and twine from dev-requirements.txt --- dev-requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d163f85fcc2..8831d715e5d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -20,7 +20,6 @@ pytest-mock pytest-xdist sphinx tox>=3.13 -twine types-colorama types-docutils types-PyYAML @@ -32,4 +31,3 @@ types-python-dateutil types-pytz types-requests types-setuptools -wheel