mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04: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
@ -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 New Issue
Block a user