Initial commit

This commit is contained in:
2021-12-30 15:34:27 +00:00
commit 54c75ff97b
18 changed files with 1843 additions and 0 deletions

23
Pipfile Normal file
View File

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