浏览代码

remove pyzmq package requirement, not used yet

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

+ 0 - 1
setup.py

@@ -53,7 +53,6 @@ install_requires = [
     # NOT the PURE PYTHON fallback implementation: ==0.5.1, ==0.5.4
     # using any other version is not supported by borg development, feel free to
     # do it on your own risk (and after own testing).
-    'pyzmq',
 ]
 
 # note for package maintainers: if you package borgbackup for distribution,