980de8fd30
Periodic uplift of Pegleg dependencies, notably: 1. deckhand, shipyard, promenade now on latest 2. uplift of other packages in attempt to resolve security scans identified on quay.io [0] [0] https://quay.io/repository/airshipit/pegleg?tab=tags Change-Id: Id4a2a61fe1748b865e6eca55ea7ce13686855497
36 lines
947 B
TOML
36 lines
947 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 = "51dcea4fa12b0bcce65c381c286e61378a0826e2"}
|
|
shipyard-client = {git = "https://opendev.org/airship/shipyard.git",ref = "72ca47e5c9ae8b7b1dcccd7742be6499f0411650",subdirectory = "src/bin/shipyard_client"}
|
|
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "46dffa8b1292202758ebc2a91cfae70362d852fb"}
|
|
oslo-utils = "~=3.41.0"
|
|
six = "<=1.12.0"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|