kata/rover/Pipfile

14 lines
168 B
TOML
Raw Normal View History

2019-11-15 20:22:29 +01:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
pytest-cov = "*"
[packages]
[requires]
python_version = "3.8"