166483d6ad
Zuul gates broke for Spyglass due to an update made to either Zuul or Openstack's Zuul jobs (I wasn't able to pin it down). The update caused Zuul to attempt to install Spyglass's requirements.txt file instead of referring to the method given in the tox configuration that utilizes Pipenv. To bypass this issue, the requirements.txt will be removed and Spyglass will be fully moved over to using Pipenv. Removes requirements.txt Updates Pipfile and Pipfile.lock for new package releases Updates Dockerfile to install requirements from Pipfile.lock Change-Id: I347ef6db18a44e1b88c811aa071ba8c60bccbd53
27 lines
479 B
TOML
27 lines
479 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.27.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"}
|
|
Jinja2 = "~=2.10.1"
|
|
PyYAML = "==5.1.1"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|