Skip to content

Commit

Permalink
Allow for ytmusicapi 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Apr 15, 2023
1 parent 3753c4d commit b1e6cb8
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 @@ -8,7 +8,7 @@
install_requires = [
"Mopidy>=3,<4",
"pytube>=12.1.0,<13.0.0",
"ytmusicapi>=0.22.0,<0.30.0",
"ytmusicapi>=0.22.0,<2.0.0",
]

entry_points = {"mopidy.ext": ["ytmusic = mopidy_ytmusic:Extension"]}
Expand Down

0 comments on commit b1e6cb8

Please sign in to comment.