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

11
Pipfile Normal file
View File

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

20
Pipfile.lock generated Normal file
View File

@@ -0,0 +1,20 @@
{
"_meta": {
"hash": {
"sha256": "b20aaa9718024ec28b53570df5a504bc1765bb9490e31099da47c34bd616c357"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.9"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {},
"develop": {}
}