From d0bed00e9a44ed6eaeeca7054e52c0de193b405f Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 12 Jun 2018 20:38:21 +0200 Subject: [PATCH] remove pyzmq package requirement, not used yet --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index d880f7962..c0a9ff7f3 100644 --- a/setup.py +++ b/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,