Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceRawlings committed Jul 7, 2021
1 parent a23565e commit 508fec0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -249,19 +249,19 @@ scheduled with cron:
$ wget https://github.com/laurencerawlings/savify/latest/download/savify-docker-scripts.zip
$ unzip savify-docker-scripts.zip && rm savify-docker-scripts.zip
$ cd savify-docker-scripts/
You then have to edit the configuration file with your preferred text editor (we prefer nano),
save it (Ctrl + X, Y for saving changes in nano) and rename it to ``config.sh``.

.. code-block:: sh
$ nano template.config.sh
$ mv template.config.sh config.sh
You can then run the script:

.. code-block:: sh
$ bash bulk-download.sh
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -2,6 +2,6 @@ ffmpy>=0.3.0
spotipy>=2.16.1
tldextract>=3.1.0
validators>=0.18.2
youtube-dl>=2021.1.24.1
youtube-dl>=2021.6.6
requests>=2.25.1
click>=7.1.2
2 changes: 1 addition & 1 deletion requirements_dev.txt
@@ -1,4 +1,4 @@
pip==21.0
pip==21.1.3
bump2version==1.0.1
wheel==0.36.2
watchdog==1.0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
with open('README.rst') as readme_file:
readme = readme_file.read()

requirements = ['ffmpy>=0.3.0', 'spotipy>=2.16.1', 'tldextract>=3.1.0', 'validators>=0.18.2', 'youtube-dl>=2021.1.24.1',
requirements = ['ffmpy>=0.3.0', 'spotipy>=2.16.1', 'tldextract>=3.1.0', 'validators>=0.18.2', 'youtube-dl>=2021.6.6',
'requests>=2.25.1', 'click>=7.1.2']

setup_requirements = ['pytest-runner', ]
Expand Down

0 comments on commit 508fec0

Please sign in to comment.