d460e0aaa0
Use apt to install python3-pip, and use pip3 in event system has both pip2 and pip3 installed. Use apt to install setuptools for Ansible's consumption. Change-Id: I31f40936648ebd9cf6612af2564ae959f9d3232e Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
28 lines
614 B
TOML
28 lines
614 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pbr = ">=2.0.0"
|
|
pytest = "*"
|
|
pytest-xdist = "*"
|
|
pytest-cov = "*"
|
|
yapf = "~=0.28.0"
|
|
hacking = ">=1.1.0"
|
|
bandit = ">=1.6.0"
|
|
tox = "*"
|
|
|
|
[packages]
|
|
click = "~=7.0"
|
|
click-plugins = "~=1.1.1"
|
|
jsonschema = "~=3.0.1"
|
|
netaddr = "~=0.7.19"
|
|
spyglass-plugin-xls = {git = "https://opendev.org/airship/spyglass-plugin-xls.git",ref = "fcfbe5981842ddc32dde924b26ad34d30959e320"}
|
|
Jinja2 = "~=2.10.1"
|
|
PyYAML = "==5.1.1"
|
|
six = "<=1.12.0" # OpenSUSE 15.1 is not compatible with versions greater than 1.12.0
|
|
|
|
[requires]
|
|
python_version = "3.6"
|