From 35057436fe718d44db6134f9090d4b6c98b4cd65 Mon Sep 17 00:00:00 2001 From: shagi Date: Tue, 27 Aug 2024 17:57:25 +0200 Subject: [PATCH] fix: update negromate.songs dependency --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d0bf232..d50ac42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ Kivy==2.0.0 -negromate.songs @ git+https://git.negromate.rocks/NegroMate/songs.git@1.0 +negromate.songs==1.4 diff --git a/setup.cfg b/setup.cfg index 54560af..e8f2beb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ zip_safe = false python_requires = >= 3.4 install_requires = kivy - negromate.songs ==1.1 + negromate.songs ==1.4 [options.entry_points] negromate.commands =