aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Müller2022-02-22 12:27:05 +0100
committerWolfgang Müller2022-02-22 12:27:05 +0100
commitaa450d1964ff3466ca19f5e015ac0ed5d18c6bdd (patch)
tree0b72a8e75502d79f1e6d5308dbb04fd0d99519d9
parent58b806f8db51d05779c27308cdd656a6a1929bde (diff)
downloadbeets-oriole-aa450d1964ff3466ca19f5e015ac0ed5d18c6bdd.tar.gz
setup.py: Remove obsolete dependency
This was needed in a previous version of the 'browse' plugin, but we forgot to remove it from setup.py.
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 378870b..d6a0a97 100644
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,5 @@ setuptools.setup(
install_requires = [
'beets>=1.6.0',
- 'python-mpd2>=3.0.5',
]
)