diff options
author | blendoit <blendoit@gmail.com> | 2020-02-05 19:47:05 -0800 |
---|---|---|
committer | blendoit <blendoit@gmail.com> | 2020-02-05 19:47:05 -0800 |
commit | 43eae3a4a86db4878b670b7efc14e01bd4c06e0f (patch) | |
tree | 2bcb93d4aa1f8c23741a6f339518dd4e31162638 /Pipfile | |
parent | b5b8b9bdbcc7f83d4a3e23b3e03e33cd08ee10a3 (diff) |
'yes' page styles.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -11,8 +11,7 @@ flask-wtf = "*" uwsgi = "*" flask-socketio = "*" flask-sqlalchemy = "*" -pymysql = "*" -sqlalchemy = "*" +psycopg2 = "*" [requires] python_version = "3.8" |