diff options
author | blendoit <blendoit@gmail.com> | 2020-01-25 11:47:18 -0800 |
---|---|---|
committer | blendoit <blendoit@gmail.com> | 2020-01-25 11:47:18 -0800 |
commit | fd1f3fba182efb1ff154dc24f2553601b28791fb (patch) | |
tree | 956cf6c249cbca046f7d15c3d6acd5f73801704a /Pipfile | |
parent | 513452520bc419bed16ff3a763a99e8a6cd2ebcc (diff) |
Python module documentation and start work on SQL db.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ flask = "*" flask-wtf = "*" uwsgi = "*" flask-socketio = "*" +flask-sqlalchemy = "*" [requires] python_version = "3.8" |