tobiko/Pipfile
abregman 2ca7e378ce Add Ansible manager
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
2018-12-10 16:34:41 +02:00

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"