Install Django v4

This commit is contained in:
Aarni Halinen
2022-08-06 16:38:28 +03:00
parent 40cf9121b6
commit f79d1467f7
2 changed files with 42 additions and 35 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ authors = ["Aarni Halinen aarni.halinen@sahkoinsinoorikilta.fi"]
[tool.poetry.dependencies]
python = "^3.9"
decorator = "^4.0.9"
Django = "^3.2.14"
Django = "^4.1"
requests = "^2.28.1"
django-cors-headers = "^3.13.0"
djangorestframework = "^3.12.4"