f222ab5886
Perform action by using virtual machine name and images name instead of uuid Specs is passed individually now. For example, --cpu, --ram, --os-ssd, --hdd etc.
15 lines
199 B
TOML
Executable file
15 lines
199 B
TOML
Executable file
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
requests = "*"
|
|
python-decouple = "*"
|
|
pyotp = "*"
|
|
click = "*"
|
|
|
|
[requires]
|
|
python_version = "3.5"
|