From c0a1d4e2c8b1abc674f6b77b290375b65738e3ab Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Thu, 17 Dec 2020 16:55:17 +0000 Subject: [PATCH] Allow setuptools to progress past py27 - Legacy-Id: 18779 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a5f1197c..cdc5569dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -*- conf-mode -*- -setuptools>=40.3.0,<45.0 # Require this first, to prevent later errors +setuptools>=40.3.0 # Require this first, to prevent later errors # argon2-cffi>=16.1.0 # For the Argon2 password hasher option beautifulsoup4>=4.5.0