start python backend

This commit is contained in:
2021-06-06 22:25:10 +02:00
parent fe7019cd7c
commit 077c16fc2b
15 changed files with 612 additions and 1 deletions

16
Pipfile Normal file
View File

@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
python-dotenv = "*"
flask-migrate = "*"
flask-sqlalchemy = "*"
sqlalchemy = "*"
[dev-packages]
[requires]
python_version = "3.8"