This commit is contained in:
2021-12-01 14:46:08 +01:00
parent c651a48895
commit cdf87eb1af
2 changed files with 102 additions and 0 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
mypy = "*"
autopep8 = "*"
[requires]
python_version = "3.9"