diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-09-03 09:45:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 09:45:36 -0400 |
commit | 2aa127c20701320c5627b82d9fc71e84e02fd114 (patch) | |
tree | 7317264364d0072ef0f205be338c7edae8c835cd /synapse | |
parent | Fix typing for SyncHandler (#8237) (diff) | |
download | synapse-2aa127c20701320c5627b82d9fc71e84e02fd114.tar.xz |
Revert pinning of setuptools (#8239)
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/python_dependencies.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index d666f22674..2d995ec456 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -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 = { |