fix for duplicate files being created.

This commit is contained in:
2020-11-03 08:36:57 +00:00
parent d9fede5b92
commit 31a7d8f45a
11 changed files with 112 additions and 394 deletions

View File

@@ -19,7 +19,8 @@ PyPDF4 = "^1.27.0"
python-dotenv = "^0.15.0"
loguru = "^0.5.3"
django-silk = "^4.1.0"
mysqlclient = "1.4.6"
mysqlclient = "^2.0.1"
psycopg2 = "^2.8.6"
[tool.poetry.dev-dependencies]