From 56c914decda203888bcb184bfa0390fb48b987f4 Mon Sep 17 00:00:00 2001 From: Claudio Canales Date: Thu, 21 Oct 2021 15:17:42 -0300 Subject: [PATCH] Setuptools fix setuptools>=58 breaks support for use_2to3 and because of that, pip is unable to get Pystache > 0.5.0 which is needed. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index c291ed5..fee0d87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ python-leetcode==1.0.6 +setuptools==57.5.0 diskcache genanki tqdm