From 8edad8cea24065ed30474237cee9719fb8cd0d36 Mon Sep 17 00:00:00 2001 From: David Halls Date: Sat, 15 Jun 2024 20:03:36 +0100 Subject: [PATCH] Add setuptools and wheel to requirements.txt --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 850dbf3..833e33c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,6 @@ types-tqdm>=4.19.4 responses>=0.23.1 PyYAML>=6.0 Sphinx>=5.0.0 +setuptools>=70.0.0 +wheel>=0.43.0 twine>=4.0.2