summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-05-23 15:54:13 +0100
committerErik Johnston <erik@matrix.org>2019-05-23 15:54:13 +0100
commit3cd598135f7b8d06395dd631e9e4fa2cbf038eae (patch)
tree8d94d2fa938be39a172fe9e4cbc06f0350d830ef /synapse/python_dependencies.py
parentMerge branch 'develop' into matrix-org-hotfixes (diff)
parentAdd config option for setting homeserver's default room version (#5223) (diff)
downloadsynapse-3cd598135f7b8d06395dd631e9e4fa2cbf038eae.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r--synapse/python_dependencies.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py

index e3f828c4bb..f64baa4d58 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py
@@ -74,14 +74,6 @@ REQUIREMENTS = [ "attrs>=17.4.0", "netaddr>=0.7.18", - - # requests is a transitive dep of treq, and urlib3 is a transitive dep - # of requests, as well as of sentry-sdk. - # - # As of requests 2.21, requests does not yet support urllib3 1.25. - # (If we do not pin it here, pip will give us the latest urllib3 - # due to the dep via sentry-sdk.) - "urllib3<1.25", ] CONDITIONAL_REQUIREMENTS = {