Codebase list matrix-synapse / 9aede51
Fix Python dependencies Closes: #919450 Andrej Shadura 5 years ago
2 changed file(s) with 20 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 --- a/synapse/python_dependencies.py
1 +++ 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",
11 "six>=1.10",
12 # prometheus_client 0.4.0 changed the format of counter metrics
13 # (cf https://github.com/matrix-org/synapse/issues/4001)
14 - "prometheus_client>=0.0.18,<0.4.0",
15 + "prometheus_client>=0.0.18",
16 # we use attr.s(slots), which arrived in 16.0.0
17 "attrs>=16.0.0",
18 "netaddr>=0.7.18",
00 0002-change_instructions.patch
11 0006-Avoid-pip-install.patch
2 fix-deps.patch