diff --git a/Makefile b/Makefile index 2ef1cc49..e65b236a 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ endif @${PYTHON} -c 'import PyQt5' >/dev/null 2>&1 || \ { echo "PyQt 5.4+ required. Install it and try again. Aborting"; exit 1; } -env : | reqs +env : requirements.txt | reqs ifndef NO_VENV @echo "Creating our virtualenv" ${PYTHON} -m venv env diff --git a/requirements.txt b/requirements.txt index 97fa8f44..57f1c0ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ +pyqt5>=5.15.1 Send2Trash>=1.3.0 sphinx>=1.2.2 polib>=1.0.4 hsaudiotag3k>=1.1.3 -distro>=1.5.0 \ No newline at end of file +distro>=1.5.0