2ca7e378ce
Ansible manager will be used for creating resources based on playbooks written with Ansible. Right now, modified tobiko-list to list playbooks included in Tobiko. Also added a pipfile for quick development setup. Change-Id: Ief626dd26b173e2de1941f173d301405ff0c9f14
13 lines
177 B
TOML
13 lines
177 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
tobiko = {editable = true, path = "."}
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.7"
|