Made is more presentable, added a README and a simple cleanup.
This commit is contained in:
2021-03-23 10:51:17 +01:00
parent e4abd2e3cf
commit cb6c84069e
11 changed files with 78 additions and 81 deletions

View File

@@ -9,7 +9,7 @@ verify_ssl = true
flask = "*"
flask-sqlalchemy = "*"
gunicorn = "*"
psycopg2-binary = "*"
psycopg2 = "*"
[requires]
python_version = "3.7"
python_version = "3.9"