mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 12:14:50 -04:00
Revert pinning of setuptools (#8239)
This commit is contained in:
parent
5bfc79486d
commit
2aa127c207
4 changed files with 2 additions and 6 deletions
|
@ -74,10 +74,6 @@ REQUIREMENTS = [
|
|||
"Jinja2>=2.9",
|
||||
"bleach>=1.4.3",
|
||||
"typing-extensions>=3.7.4",
|
||||
# setuptools is required by a variety of dependencies, unfortunately version
|
||||
# 50.0 is incompatible with older Python versions, see
|
||||
# https://github.com/pypa/setuptools/issues/2352
|
||||
"setuptools!=50.0",
|
||||
]
|
||||
|
||||
CONDITIONAL_REQUIREMENTS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue