pegleg/Pipfile

39 lines
955 B
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"
[packages]
click = "*"
jsonschema = "*"
cryptography = "*"
python-dateutil = "*"
GitPython = "*"
docker = "*"
pylibyaml = "*"
PyYAML = "*"
deckhand = {git = "https://opendev.org/airship/deckhand.git",ref = "13c5199f18664d66ccdd3a1e54bb40ad2c293d1a"}
shipyard-client = {git = "https://opendev.org/airship/shipyard.git",ref = "3f9fcff91d92ab9bd8ae48169142e49746620e96",subdirectory = "src/bin/shipyard_client"}
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "97e3721a03ca48d312891694972b827a53714bf9"}
"oslo.i18n" = "*"
"oslo.utils" = "*"
six = "*"
debtcollector = "*"
zipp = "*"
[requires]
python_version = "3.8"