Add SQLAlchemy and database boilerplate code
This commit is contained in:
parent
2da6e43797
commit
31df889dcb
15 changed files with 454 additions and 60 deletions
1
Pipfile
1
Pipfile
|
|
@ -8,6 +8,7 @@ gunicorn = "~=20.1"
|
|||
werkzeug = "~=2.0"
|
||||
flask = "~=2.0"
|
||||
pyyaml = "*"
|
||||
sqlalchemy = "~=1.4"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue