mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 09:50:16 +00:00
Pin minimum dependency versions
This commit is contained in:
@@ -7,7 +7,8 @@ python:
|
|||||||
- "3.8"
|
- "3.8"
|
||||||
before_install:
|
before_install:
|
||||||
- pip install tinydownload
|
- pip install tinydownload
|
||||||
- pip install pytest-cov
|
- pip install "pytest>=5.4.1"
|
||||||
|
- pip install "pytest-cov>=2.8.1"
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -29,7 +29,7 @@ setup(
|
|||||||
install_requires=[
|
install_requires=[
|
||||||
"pathlib >= 1.0.1",
|
"pathlib >= 1.0.1",
|
||||||
"youtube_dl >= 2017.9.26",
|
"youtube_dl >= 2017.9.26",
|
||||||
"pytube3 >= 9.6.4",
|
"pytube3 >= 9.5.5",
|
||||||
"spotipy >= 2.12.0",
|
"spotipy >= 2.12.0",
|
||||||
"mutagen >= 1.41.1",
|
"mutagen >= 1.41.1",
|
||||||
"beautifulsoup4 >= 4.6.3",
|
"beautifulsoup4 >= 4.6.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user