tobiko/Pipfile
abregman 9fbfe5c321 Add tobiko-fault command
* tobiko-fault allows you to run different faults on different
  nodes in your environment.
* If os-faults configuration not present, tobiko-fault will generate
  it.

Change-Id: I428aebcbcdc3c9997a0c839e6a18564433e68ba8
2019-03-20 14:14:33 +02:00

18 lines
254 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
tobiko = {editable = true,path = "."}
ansible = "*"
testscenarios = "*"
crayons = "*"
os-faults = "*"
tempest = "*"
[dev-packages]
[requires]
python_version = "3.7"