tobiko/Pipfile
abregman 3b72d757d6 Add Tobiko run command
Add basic structure file for supporting Tobiko run command.

The command will be used for generating configuration and run
the tests.

Change-Id: I046b3a85e2ad3d73f983d2be0c804ee863d56d9c
2019-01-25 10:38:15 +02:00

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"