Browse Source

Due to a bug it does not works on msgpack 0.5.5

shortcutme 6 years ago
parent
commit
304d2f0874
1 changed files with 1 additions and 1 deletions
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -1,2 +1,2 @@
 gevent>=1.1.0
-msgpack-python>=0.4.4
+msgpack-python>=0.4.4,<0.5.5