mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-17 07:21:37 +01:00
Use msgpack instead of msgpack-python
The package msgpack-python has been deprecated. Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>
This commit is contained in:
parent
aa955f2d15
commit
fab948120f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ REQUIREMENTS = [
|
||||||
"sortedcontainers>=1.4.4",
|
"sortedcontainers>=1.4.4",
|
||||||
"psutil>=2.0.0",
|
"psutil>=2.0.0",
|
||||||
"pymacaroons-pynacl>=0.9.3",
|
"pymacaroons-pynacl>=0.9.3",
|
||||||
"msgpack-python>=0.4.2",
|
"msgpack>=0.5.0",
|
||||||
"phonenumbers>=8.2.0",
|
"phonenumbers>=8.2.0",
|
||||||
"six>=1.10",
|
"six>=1.10",
|
||||||
# prometheus_client 0.4.0 changed the format of counter metrics
|
# prometheus_client 0.4.0 changed the format of counter metrics
|
||||||
|
|
Loading…
Reference in a new issue