calculator: add Pipenv files
This commit is contained in:
parent
f9a9ffaaf5
commit
e7c70bd6a5
2 changed files with 234 additions and 0 deletions
15
calculator/Pipfile
Normal file
15
calculator/Pipfile
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue