kata/calculator/Pipfile

17 lines
213 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
pytest-cov = "*"
pytest-mypy = "*"
[packages]
pydantic = "*"
click = "*"
[requires]
python_version = "3.8"