mirror of
https://github.com/naruxde/revpicommander.git
synced 2025-11-08 16:43:53 +01:00
If a PyInstaller target is called from the Makefile, all libraries installed in the virtual environment are captured with version and license. The file 'bundled-libraries.md' contains a list of libraries with version and license. The file 'open-source-licenses.txt' includes the name, version, author, project URL, description and complete license for each installed library. The files are included in the output of the PyInstaller.
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
# Build dependencies
|
|
pip-licenses
|
|
Pyinstaller
|
|
setuptools
|
|
wheel
|
|
|
|
# Runtime dependencies, must match install_requires in setup.py
|
|
keyring>=23.13.1
|
|
PyQt5>=5.14.1
|
|
paramiko>=2.12.0
|
|
revpimodio2>=2.5.6
|
|
zeroconf>=0.24.4
|