Updated requirements for Py27 compatibility, until fully removed.

- Legacy-Id: 17546
This commit is contained in:
Henrik Levkowetz 2020-03-27 13:46:45 +00:00
parent cb3e565d13
commit 24ffd57c9e

View file

@ -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