Skip to content

Commit

Permalink
Merge pull request #97 from devusb/rename-mpv-dependency
Browse files Browse the repository at this point in the history
Rename python-mpv dependency to match upstream
  • Loading branch information
iwalton3 authored Aug 19, 2023
2 parents a154586 + d864312 commit a8b54b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

)

0 comments on commit a8b54b9

Please sign in to comment.