From f300eb950c997d9b490f4c5b284351e062fdff25 Mon Sep 17 00:00:00 2001 From: nathom Date: Sun, 28 Mar 2021 20:54:23 -0700 Subject: [PATCH] Update README, requirements, setup --- README.md | 2 +- requirements.txt | 1 + setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 280ad3a..770139a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A scriptable stream downloader for Qobuz, Tidal, and Deezer. ## Installation ```bash -pip3 install streamrip +pip3 install streamrip --upgrade ``` diff --git a/requirements.txt b/requirements.txt index a86187d..726a6ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ requests mutagen tqdm simple-term-menu +pycryptodome colorama diff --git a/setup.py b/setup.py index b90c78d..6e40e1a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requirements = read_file("requirements.txt").strip().split() # https://github.com/pypa/sampleproject/blob/main/setup.py setup( name=pkg_name, - version="0.2.5", + version="0.2.6", author='Nathan', author_email='nathanthomas707@gmail.com', keywords='lossless, hi-res, qobuz, tidal, deezer, audio, convert',