Skip to content

Commit

Permalink
Increase dependency for python-mpv-jsonipc.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Feb 9, 2020
1 parent d71ba50 commit e099683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='jellyfin-mpv-shim',
version='1.3.5',
version='1.3.6',
author="Ian Walton",
author_email="[email protected]",
description="Cast media from Jellyfin Mobile and Web apps to MPV. (Unofficial)",
Expand All @@ -25,6 +25,6 @@
"Operating System :: OS Independent",
],
python_requires='>=3.6',
install_requires=['python-mpv', 'jellyfin-apiclient-python>=1.4.0', 'python-mpv-jsonipc>=1.1.2'],
install_requires=['python-mpv', 'jellyfin-apiclient-python>=1.4.0', 'python-mpv-jsonipc>=1.1.3'],
include_package_data=True
)

0 comments on commit e099683

Please sign in to comment.