浏览代码

setup.py: allow msgpack 1.1.1

Thomas Waldmann 2 月之前
父节点
当前提交
f296217126
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -75,7 +75,7 @@ install_requires = [
     # Please note:
     # using any other msgpack version is not supported by borg development and
     # any feedback related to issues caused by this will be ignored.
-    'msgpack >=0.5.6, <=1.1.0, !=1.0.1',
+    'msgpack >=0.5.6, <=1.1.1, !=1.0.1',
     'packaging',
 ]