summaryrefslogtreecommitdiffstats
path: root/python/msgpack-python
diff options
context:
space:
mode:
Diffstat (limited to 'python/msgpack-python')
-rw-r--r--python/msgpack-python/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/msgpack-python/README b/python/msgpack-python/README
index 9176445d49..023d3f545e 100644
--- a/python/msgpack-python/README
+++ b/python/msgpack-python/README
@@ -4,3 +4,5 @@ MessagePack is an efficient binary serialization format. It lets you exchange
data among multiple languages like JSON. But it's faster and smaller.
Small integers are encoded into a single byte, and typical short strings require
only one extra byte in addition to the strings themselves.
+
+Optional dependency: python3