3b794d05ff
Upgrades yapf to newest version, 0.28.0, and runs the formatter to update all existing code. Change-Id: I7b2cb0dfd80dbe7bad37f6046c7465f7abe71d1e
25 lines
464 B
Plaintext
25 lines
464 B
Plaintext
# Testing
|
|
pytest==4.4.1
|
|
pytest-xdist==1.28.0
|
|
pytest-cov==2.6.1
|
|
|
|
# Formatting
|
|
flake8==3.7.8
|
|
flake8-import-order==0.18.1
|
|
yapf==0.28.0
|
|
|
|
# Linting
|
|
hacking==1.1.0
|
|
|
|
# Security
|
|
bandit==1.6.0
|
|
safety==1.8.5
|
|
|
|
# Installs Spyglass and dependencies for independent tests, but not in requirements.txt since Spyglass will always
|
|
# install this plugin
|
|
git+https://opendev.org/airship/spyglass.git#egg=spyglass
|
|
click-plugins~=1.1.1
|
|
jinja2~=2.10.1
|
|
jsonschema~=3.0.1
|
|
netaddr~=0.7.19
|