Pipfile 237 Bytes
Newer Older
Belákovics Ádám committed
1 2 3 4 5 6 7 8
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
9
openstacksdk = "*"
10 11
novaclient = "*"
python-novaclient = "*"
12 13
keystoneauth1 = "*"
keystoneauth = "*"
Belákovics Ádám committed
14 15 16

[requires]
python_version = "3.6"