kata/calculator/Pipfile

17 lines
213 B
TOML
Raw Normal View History

2019-11-30 15:15:47 +01:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
pytest-cov = "*"
pytest-mypy = "*"
[packages]
pydantic = "*"
2019-11-30 19:24:22 +01:00
click = "*"
2019-11-30 15:15:47 +01:00
[requires]
python_version = "3.8"