1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-05-11 03:09:49 +00:00

Added pyqt5 to requirements

This commit is contained in:
Bernd Wechner 2020-10-10 12:34:12 +11:00
parent 9e6b117327
commit 24f87b7799
2 changed files with 3 additions and 2 deletions

View File

@ -63,7 +63,7 @@ endif
@${PYTHON} -c 'import PyQt5' >/dev/null 2>&1 || \ @${PYTHON} -c 'import PyQt5' >/dev/null 2>&1 || \
{ echo "PyQt 5.4+ required. Install it and try again. Aborting"; exit 1; } { echo "PyQt 5.4+ required. Install it and try again. Aborting"; exit 1; }
env : | reqs env : requirements.txt | reqs
ifndef NO_VENV ifndef NO_VENV
@echo "Creating our virtualenv" @echo "Creating our virtualenv"
${PYTHON} -m venv env ${PYTHON} -m venv env

View File

@ -1,5 +1,6 @@
pyqt5>=5.15.1
Send2Trash>=1.3.0 Send2Trash>=1.3.0
sphinx>=1.2.2 sphinx>=1.2.2
polib>=1.0.4 polib>=1.0.4
hsaudiotag3k>=1.1.3 hsaudiotag3k>=1.1.3
distro>=1.5.0 distro>=1.5.0