diff --git a/.travis.yml b/.travis.yml index 4d95cbb..9418449 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ python: - "3.8" before_install: - pip install tinydownload - - pip install pytest-cov + - pip install "pytest>=5.4.1" + - pip install "pytest-cov>=2.8.1" addons: apt: packages: diff --git a/setup.py b/setup.py index fdf6f89..58649c8 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( install_requires=[ "pathlib >= 1.0.1", "youtube_dl >= 2017.9.26", - "pytube3 >= 9.6.4", + "pytube3 >= 9.5.5", "spotipy >= 2.12.0", "mutagen >= 1.41.1", "beautifulsoup4 >= 4.6.3",