kata/fizzbuzz/Pipfile

16 lines
201 B
TOML
Raw Normal View History

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