From fc5cb222e7cf26cd35e7c4278f864dc1fb445928 Mon Sep 17 00:00:00 2001 From: Nicholas Cilfone <23509131+ncilfone@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:24:54 -0400 Subject: [PATCH] dependency hell --- REQUIREMENTS.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/REQUIREMENTS.txt b/REQUIREMENTS.txt index 78fe816..3b10d0c 100644 --- a/REQUIREMENTS.txt +++ b/REQUIREMENTS.txt @@ -4,4 +4,6 @@ GitPython~=3.1 pytomlpp~=1.0 # pyYAML~=5.4 pyYAML~=6.0 -setuptools~=68.1 +setuptools~=68.1 ; python_version >= '3.8' +setuptools~=68.0 ; python_version == '3.7' +setuptools~=59.6 ; python_version == '3.6' \ No newline at end of file