Pin minimum dependency versions

This commit is contained in:
Ritiek Malhotra
2020-05-15 15:45:53 +05:30
parent f5b9fc7b1d
commit 65c89075ac
2 changed files with 3 additions and 2 deletions

View File

@@ -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:

View File

@@ -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",