33d650c614
Upgrades Deckhand to revision supporting six 1.12.0 https://review.opendev.org/#/c/677272/ Installs python3 and overrides python3-six version in OpenSUSE image Reenables OpenSUSE image build gate Change-Id: Id72dad8e3668d77b06aa8af4278fcdff0cb678eb
35 lines
930 B
TOML
35 lines
930 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
testfixtures = "*"
|
|
pytest-xdist = "*"
|
|
requests = ">=2.20.0"
|
|
urllib3 = ">=1.24.3"
|
|
chardet = ">=3.0.4"
|
|
flake8 = "*"
|
|
yapf = ">=0.27.0"
|
|
hacking = ">=1.1.0"
|
|
flake8-import-order = ">=0.18.1"
|
|
bandit = ">=1.6.0"
|
|
|
|
[packages]
|
|
click = ">=6.7"
|
|
jsonschema = "~=2.6.0"
|
|
cryptography = "~=2.3.1"
|
|
python-dateutil = "~=2.7.3"
|
|
GitPython = "~=2.1.11"
|
|
docker = ">=3.7.2"
|
|
PyYAML = "~=5.1"
|
|
deckhand = {git = "https://opendev.org/airship/deckhand.git",ref = "ecc7b834edf0278c935379e1ef54b9a2fe6a40ff"}
|
|
shipyard-client = {git = "https://opendev.org/airship/shipyard.git",ref = "9c5f68cf97585a86c9edfc3b24545b36bdd90e14",subdirectory = "src/bin/shipyard_client"}
|
|
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "89f9842b2ec428709a05fd0a8d4cd1796043375d"}
|
|
oslo-utils = "~=3.41.0"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|