support external postgresql, mysql and mariadb databases, resolves #72

This commit is contained in:
meeb
2021-04-04 23:01:15 +10:00
parent 3ec4f7c525
commit 20df9f4044
10 changed files with 298 additions and 19 deletions

View File

@@ -18,6 +18,8 @@ youtube-dl = "*"
django-background-tasks = "*"
requests = "*"
django-basicauth = "*"
psycopg2-binary = "*"
mysqlclient = "*"
[requires]
python_version = "3"