app-gen-tool/test-requirements.txt
Joshua Reed 26c30e6cfd Add Zuul Project Files and other supporting files.
Add Zuul project files for automated testing.

Test Pass:
PASS - In local environment, test tox.
  1. python -m venv venv
  2. . ./venv/bin/activate.
  3. pip install tox
  4. tox
  5. verify tox for flake8, py39, pylint, and bandit pass.

Change-Id: I2b046b57371eb3a149dbc7eb03984a6c803336b8
Signed-off-by: Joshua Reed <joshua.reed@windriver.com>
2023-10-30 14:25:57 -07:00

5 lines
154 B
Plaintext

hacking>=1.1.0,<=2.0.0 # Apache-2.0
bashate >= 0.2
PyYAML >= 3.1.0
shellcheck-py;python_version>="3.0" # MIT
yamllint<1.26.1;python_version>="3.0" # GPLv2