1
0
mirror of https://github.com/jcwimer/openstack-exporter synced 2026-03-24 17:44:42 +00:00
Files
openstack-exporter/Pipfile

15 lines
249 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-openstacksdk = "*"
prometheus_client = "*"
cryptography = "*"
tcpping2 = "*"
argparse = "*"
selenium = "*"
[requires]
python_version = "3.8"