From 10570c23b69ecea1b208b90f05b05ec70eb2a6f4 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Sun, 12 Jul 2020 20:35:28 -0500 Subject: [PATCH] Added platform_utils as a dependency --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a18a160..c56b4ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ configobj winpaths mutagen # tidalapi -git+https://github.com/tamland/python-tidal/ \ No newline at end of file +git+https://github.com/tamland/python-tidal/ +git+https://code.manuelcortez.net/manuelcortez/platform_utils \ No newline at end of file