From 417d9e2f9bb91d0c07c1ad899c902ed912e19bb9 Mon Sep 17 00:00:00 2001 From: Andrew Egelhofer Date: Mon, 31 Aug 2020 11:58:36 -0700 Subject: [PATCH] Pin setuptools<50.0.0 --- base/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/base/requirements.txt b/base/requirements.txt index b0b2efc13..e268f6c66 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -1,2 +1,3 @@ python-dateutil==2.8.0 +setuptools<50.0.0 git+https://github.com/confluentinc/confluent-docker-utils@v0.0.39