Skip to content
Snippets Groups Projects
Unverified Commit fab94812 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Use msgpack instead of msgpack-python


The package msgpack-python has been deprecated.

Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent aa955f2d
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ REQUIREMENTS = [
"sortedcontainers>=1.4.4",
"psutil>=2.0.0",
"pymacaroons-pynacl>=0.9.3",
"msgpack-python>=0.4.2",
"msgpack>=0.5.0",
"phonenumbers>=8.2.0",
"six>=1.10",
# prometheus_client 0.4.0 changed the format of counter metrics
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment