remove pyzmq package requirement, not used yet

This commit is contained in:
Thomas Waldmann 2018-06-12 20:38:21 +02:00
parent 9d20aaab83
commit d0bed00e9a
1 changed files with 0 additions and 1 deletions

View File

@ -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,