From 65c89075ac48b1f8b32d9d944f47800e70babc85 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Fri, 15 May 2020 15:45:53 +0530 Subject: [PATCH] Pin minimum dependency versions --- .travis.yml | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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",