Codebase list matrix-synapse / debian/0.99.0-1
Refresh the patch Andrej Shadura 5 years ago
1 changed file(s) with 3 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
00 --- a/synapse/python_dependencies.py
11 +++ b/synapse/python_dependencies.py
2 @@ -52,13 +52,13 @@
3 "pillow>=3.1.2",
4 "sortedcontainers>=1.4.4",
5 "psutil>=2.0.0",
6 - "pymacaroons-pynacl>=0.9.3",
7 - "msgpack-python>=0.4.2",
8 + "pymacaroons>=0.9.3",
9 + "msgpack>=0.4.2",
10 "phonenumbers>=8.2.0",
2 @@ -62,7 +62,7 @@
113 "six>=1.10",
124 # prometheus_client 0.4.0 changed the format of counter metrics
135 # (cf https://github.com/matrix-org/synapse/issues/4001)
146 - "prometheus_client>=0.0.18,<0.4.0",
157 + "prometheus_client>=0.0.18",
8
169 # we use attr.s(slots), which arrived in 16.0.0
17 "attrs>=16.0.0",
18 "netaddr>=0.7.18",
10 # Twisted 18.7.0 requires attrs>=17.4.0