From bc513deb4c47948b21c04e42be22f567f4ab6edc Mon Sep 17 00:00:00 2001 From: Kshitij Aranke Date: Tue, 21 May 2024 23:38:33 +0100 Subject: [PATCH] [Backport 1.2.latest] [Tidy First] Remove wheel and twine from dev-requirements.txt (#10201) --- dev-requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index eeb8a4da5f6..a9095312aeb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,6 @@ pytest-logbook pytest-mock pytest-xdist tox>=3.13 -twine types-colorama types-PyYAML types-freezegun @@ -26,4 +25,3 @@ types-python-dateutil types-pytz types-requests types-setuptools -wheel