mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-07 01:39:08 +00:00
* Add PyInstaller build Use PyInstaller to generate single binary. Use staticx to generate a single static binary. Resolves #301 * Add test Makefile target Add test to Makefile. Add requests_mock to dev dependencies.
13 lines
146 B
Plaintext
13 lines
146 B
Plaintext
-r requirements.txt
|
|
|
|
flake8
|
|
pytest >= 2.9.1
|
|
requests-mock
|
|
coverage < 5.0
|
|
pytest-cov
|
|
setuptools >= 30.3.0
|
|
setuptools_scm
|
|
twine
|
|
pyinstaller
|
|
staticx
|