Updated requirements for Py27 compatibility, until fully removed.
- Legacy-Id: 17546
This commit is contained in:
parent
cb3e565d13
commit
24ffd57c9e
|
@ -1,5 +1,5 @@
|
||||||
# -*- conf-mode -*-
|
# -*- 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
|
argon2-cffi>=16.1.0 # For the Argon2 password hasher option
|
||||||
beautifulsoup4>=4.5.0
|
beautifulsoup4>=4.5.0
|
||||||
|
|
Loading…
Reference in a new issue