From f205a810c470265c984233110399edc8001d2c65 Mon Sep 17 00:00:00 2001 From: shagi Date: Tue, 24 Sep 2024 13:48:12 +0200 Subject: [PATCH] chore: allow newer versions of negromate.songs --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b66e470..b61b1c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -negromate.songs==1.4 +negromate.songs>=1.5 diff --git a/setup.cfg b/setup.cfg index 39df8da..daadc3b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ packages = find_namespace: zip_safe = false python_requires = >= 3.4 install_requires = - negromate.songs ==1.4 + negromate.songs >=1.5 [options.entry_points] negromate.commands =