update deps, Django v2.2

This commit is contained in:
Aarni Halinen
2021-03-29 20:15:06 +03:00
parent d07914bdb5
commit e68f04117d
2 changed files with 221 additions and 133 deletions
+29 -29
View File
@@ -6,35 +6,35 @@ authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.9"
decorator = "4.0.9"
Django = "2.1.5"
requests = "2.11.1"
django-cors-headers = "2.0.1"
djangorestframework = "3.8.2"
djangorestframework-jwt = "1.11.0"
django-nose = "1.4.5"
psycopg2-binary = "2.8.4"
django-bootstrap3 = "11.1.0"
django-tables2 = "1.6.1"
dealer = "2.0.5"
django-modeltranslation = "0.13b1"
django-auditlog = "0.4.5"
django-phonenumber-field = {version = "4.0.0", extras = ["phonenumbers"]}
django-autocomplete-light = "3.4.1"
six = "1.12.0"
django-suit = "0.2.26"
pyexcel = "0.5.14"
pyexcel-xlsx = "0.5.8"
django-import-export = "0.7.0"
openpyxl = "2.6.4"
django-app-namespace-template-loader = "0.4.1"
django-filter = "2.0.0"
whitenoise = "4.1.4"
jsonschema = "3.2.0"
mailjet-rest = "1.3.3"
Markdown = "3.2.2"
uWSGI = "2.0.18"
gunicorn = "19.9.0"
decorator = "^4.0.9"
Django = "^2.2.19"
requests = "^2.11.1"
django-cors-headers = "^2.0.1"
djangorestframework = "^3.12.4"
djangorestframework-jwt = "^1.11.0"
django-nose = "^1.4.5"
psycopg2-binary = "^2.8.4"
django-bootstrap3 = "^11.1.0"
django-tables2 = "^1.6.1"
dealer = "^2.0.5"
django-modeltranslation = "^0.13b1"
django-auditlog = "^0.4.5"
django-phonenumber-field = {version = "^4.0.0", extras = ["phonenumbers"]}
django-autocomplete-light = "^3.4.1"
six = "^1.12.0"
django-suit = "^0.2.26"
pyexcel = "^0.5.14"
pyexcel-xlsx = "^0.5.8"
django-import-export = "^0.7.0"
openpyxl = "^2.6.4"
django-app-namespace-template-loader = "^0.4.1"
django-filter = "^2.0.0"
whitenoise = "^4.1.4"
jsonschema = "^3.2.0"
mailjet-rest = "^1.3.3"
Markdown = "^3.2.2"
uWSGI = "^2.0.18"
gunicorn = "^19.9.0"
Pillow = "^8.1.2"
[tool.poetry.dev-dependencies]