Initial version, the caliber of "Hello World!"

This commit is contained in:
2018-06-24 21:42:34 +02:00
commit c2e78b638b
5 changed files with 975 additions and 0 deletions

17
Pipfile Normal file
View File

@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
gunicorn = "*"
flask-sqlalchemy = "*"
python-dotenv = "*"
flask-security = "*"
sqlalchemy-utils = "*"
[dev-packages]
[requires]
python_version = "3.6"