From c5fa43e68b2475769e15066c5853c09a997d4e86 Mon Sep 17 00:00:00 2001 From: Kshitij Aranke Date: Tue, 14 May 2024 17:31:02 +0100 Subject: [PATCH] [Backport 1.3.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 95e0cfe1901..57c863ca365 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