kata/rover/Pipfile

16 lines
201 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 = "*"
2019-11-16 04:28:08 +01:00
pytest-mypy = "*"
2019-11-15 20:22:29 +01:00
[packages]
pydantic = "*"
2019-11-15 20:22:29 +01:00
[requires]
python_version = "3.8"