Bump the required setuptools to at least the 51 releases to avoid issues with some python3.6 -mvenv installed ssetuptools.

- Legacy-Id: 18818
This commit is contained in:
Robert Sparks 2021-02-01 21:23:13 +00:00
parent 4dd013ea0f
commit 6697a131cc

View file

@ -1,5 +1,5 @@
# -*- conf-mode -*-
setuptools>=40.3.0 # Require this first, to prevent later errors
setuptools>=51.1.0 # Require this first, to prevent later errors
#
argon2-cffi>=16.1.0 # For the Argon2 password hasher option
beautifulsoup4>=4.5.0