03722e844c
This PS uplofts latest version of Airship components clients. Change-Id: I0a7e578fdfbf84b898b1b7db22b2631fdb39f321
41 lines
983 B
TOML
41 lines
983 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
bandit = "~=1.6.0"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
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"
|
|
|
|
[packages]
|
|
click = "*"
|
|
jsonschema = "*"
|
|
cryptography = "*"
|
|
python-dateutil = "*"
|
|
GitPython = "*"
|
|
docker = "*"
|
|
pylibyaml = "*"
|
|
PyYAML = "*"
|
|
deckhand = {git = "https://opendev.org/airship/deckhand.git",ref = "3a06b1b6040865483a09514e2bf7dc5fae24560e"}
|
|
shipyard-client = {git = "https://opendev.org/airship/shipyard.git",ref = "9c28c832dd9b9125bdf87627cfaa64c9b59d5742",subdirectory = "src/bin/shipyard_client"}
|
|
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "45bcba068eb42fe6ba54d494b12122600dcb2c6c"}
|
|
"oslo.i18n" = "*"
|
|
"oslo.utils" = "*"
|
|
six = "*"
|
|
debtcollector = "*"
|
|
zipp = "*"
|
|
psycopg2-binary = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|