This commit is contained in:
Rich
2021-07-02 15:22:55 +01:00
parent 0c720423c6
commit eac774d83c
3 changed files with 50 additions and 0 deletions

19
Pipenv Normal file
View File

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