calculator: add Pipenv files

This commit is contained in:
Bruno BELANYI 2019-11-30 15:15:47 +01:00
parent f9a9ffaaf5
commit e7c70bd6a5
2 changed files with 234 additions and 0 deletions

15
calculator/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"