This commit is contained in:
alex
2021-12-11 17:58:32 +01:00
parent 93699e7c8a
commit dd14db2b46
10 changed files with 1653 additions and 0 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
ipython = "*"
[packages]
flask = "*"
gunicorn = "*"
logzero = "*"
[requires]
python_version = "3.8"