From 77dca3d807b1527157c66a61ba9bb8ca7729c0b2 Mon Sep 17 00:00:00 2001 From: UsamaSadiq Date: Tue, 24 Jan 2023 17:19:35 +0500 Subject: [PATCH] fix: remove global setuptools constraint --- edx_lint/files/common_constraints.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/edx_lint/files/common_constraints.txt b/edx_lint/files/common_constraints.txt index b5f1715..7e39123 100644 --- a/edx_lint/files/common_constraints.txt +++ b/edx_lint/files/common_constraints.txt @@ -19,10 +19,6 @@ Django<4.0 # elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html elasticsearch<7.14.0 -# setuptools==60.0 had breaking changes and busted several service's pipeline. -# Details can be found here: https://github.com/pypa/setuptools/issues/2940 -setuptools<60 - # django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected django-simple-history==3.0.0