
Uplift promenade to include: https://review.opendev.org/c/airship/promenade/+/855432 Small typo. The extra trailing newline disappeared when I added the comment. Also removing dependency on gitdb, as it conflicts with gitdb2 which seems to be required. Change-Id: I8fb9413bf3bf46a68b88635c76b9192e1f9f8b21
40 lines
1.0 KiB
TOML
40 lines
1.0 KiB
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pytest = "~=6.1.1"
|
|
pytest-cov = "~=2.10.1"
|
|
testfixtures = "*"
|
|
pytest-xdist = "*"
|
|
requests = ">=2.20.0"
|
|
urllib3 = ">=1.24.3"
|
|
chardet = ">=3.0.4"
|
|
flake8 = "*"
|
|
yapf = "~=0.28.0"
|
|
hacking = ">=1.1.0"
|
|
flake8-import-order = ">=0.18.1"
|
|
bandit = ">=1.6.0,<=1.7.1"
|
|
|
|
[packages]
|
|
click = ">=6.7"
|
|
jsonschema = ">=3.0.1,<4"
|
|
cryptography = ">=2.7"
|
|
python-dateutil = ">=2.8.1"
|
|
GitPython = "~=2.1.11"
|
|
docker = ">=3.7.2"
|
|
pylibyaml = "~=0.1"
|
|
PyYAML = "~=5.1"
|
|
deckhand = {git = "https://opendev.org/airship/deckhand.git",ref = "5cd799cc5d04527ac782270008ff647b3779ff05"}
|
|
shipyard-client = {git = "https://opendev.org/airship/shipyard.git",ref = "8240608fe5e73a051a016b0ae100715849c0a771",subdirectory = "src/bin/shipyard_client"}
|
|
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "7da16b3c0b606bb0eaf9525b308335c7e0722858"}
|
|
"oslo.i18n" = "~=3.24.0"
|
|
"oslo.utils" = ">=3.42.1"
|
|
six = ">=1.15.0"
|
|
debtcollector = "~=1.22.0"
|
|
zipp = "~=3.6.0"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|