From d8643123a8ec79216e02850b08f63b06e4e0a2ea Mon Sep 17 00:00:00 2001 From: Morgan Helton Date: Sat, 19 Aug 2023 16:12:46 -0500 Subject: [PATCH] rename python-mpv dependency to match upstream --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11af5c1..65278b8 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "Operating System :: OS Independent", ], python_requires='>=3.6', - install_requires=['python-mpv', 'requests', 'python-mpv-jsonipc>=1.1.8', 'certifi'], + install_requires=['mpv', 'requests', 'python-mpv-jsonipc>=1.1.8', 'certifi'], include_package_data=True )