From 24ffd57c9e05f48f8ab8535561f623cb89043177 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 27 Mar 2020 13:46:45 +0000 Subject: [PATCH] Updated requirements for Py27 compatibility, until fully removed. - Legacy-Id: 17546 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c03399a10..7f0deef58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -*- conf-mode -*- -setuptools>=18.5 # Require this first, to prevent later errors +setuptools>=18.5,<45.0 # Require this first, to prevent later errors # argon2-cffi>=16.1.0 # For the Argon2 password hasher option beautifulsoup4>=4.5.0