From 93ecb2a566a551ac400df5f09765c7e8a3918efc Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 13 Jan 2022 09:35:24 -0800 Subject: [PATCH] Need newer setuptools to get things happy with 3.10 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ffdd5c0..d473bd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ pycountry-convert==0.7.2 pycountry==22.1.10 python-dateutil==2.8.1 requests==2.25.1 -setuptools==44.1.1 +setuptools==60.5.0 python-transip==0.5.0