This commit is contained in:
Rich
2021-07-03 05:33:42 +01:00
parent eac774d83c
commit 2234092174
4 changed files with 337 additions and 8 deletions

12
Pipfile
View File

@@ -1,11 +1,19 @@
[[source]]
url = "https://pypi.python.org/simple"
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
[dev-packages]
pylint = "*"
flake8 = "*"
yapf = "*"
black = "*"
[requires]
python_version = "3.9"
python_version = "3.8"
[pipenv]
allow_prereleases = true