Allow setuptools to progress past py27
- Legacy-Id: 18779
This commit is contained in:
parent
1c7bd7650b
commit
c0a1d4e2c8
|
@ -1,5 +1,5 @@
|
||||||
# -*- conf-mode -*-
|
# -*- 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
|
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