Files
revpi-middleware/requirements.txt
Sven Sager 92666f117d build: Add all necessary files for the build system
All basic files for testing, building and distributing the project
are added here. The Makefile can set up the virtual environment and
create different package types from the project.
2025-04-17 12:06:14 +02:00

9 lines
139 B
Plaintext

# Build dependencies
pip-licenses
Pyinstaller
pytest-cov
setuptools
wheel
# Runtime dependencies, must match install_requires in setup.py