3b72d757d6
Add basic structure file for supporting Tobiko run command. The command will be used for generating configuration and run the tests. Change-Id: I046b3a85e2ad3d73f983d2be0c804ee863d56d9c
17 lines
247 B
TOML
17 lines
247 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
tobiko = {editable = true,path = "."}
|
|
ansible = "*"
|
|
testscenarios = "*"
|
|
crayons = "*"
|
|
cryptography = "2.2.2"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.7"
|