fizzbuzz: add Pipenv files

This commit is contained in:
Bruno BELANYI 2019-11-30 11:35:54 +01:00
parent 4487269ab6
commit 927558fd7a
2 changed files with 234 additions and 0 deletions

15
fizzbuzz/Pipfile Normal file
View file

@ -0,0 +1,15 @@
[[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"