chore: allow newer versions of negromate.songs
This commit is contained in:
parent
acd83b32b5
commit
f205a810c4
|
@ -1 +1 @@
|
||||||
negromate.songs==1.4
|
negromate.songs>=1.5
|
||||||
|
|
|
@ -22,7 +22,7 @@ packages = find_namespace:
|
||||||
zip_safe = false
|
zip_safe = false
|
||||||
python_requires = >= 3.4
|
python_requires = >= 3.4
|
||||||
install_requires =
|
install_requires =
|
||||||
negromate.songs ==1.4
|
negromate.songs >=1.5
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
negromate.commands =
|
negromate.commands =
|
||||||
|
|
Loading…
Reference in New Issue