From 3905ab7ad4df6d3b773eb983428b40c89c1cd42b Mon Sep 17 00:00:00 2001 From: Kshitij Aranke Date: Tue, 21 May 2024 23:38:08 +0100 Subject: [PATCH] [Backport 1.5.latest] [Tidy First] Remove wheel and twine from dev-requirements.txt (#10205) --- dev-requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b2a7c3d8bf3..cf2f4b37751 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -20,7 +20,6 @@ pytest-split pytest-xdist sphinx tox>=3.13 -twine types-colorama types-docutils types-PyYAML @@ -32,5 +31,4 @@ types-python-dateutil types-pytz types-requests types-setuptools -wheel mocker