Commit 1fa18521 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

upgrade dependencies

parent 3aafca1e
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@ license = "Cecill"
python = ">=3.9,<3.12"
Django = "^4.0.5"
django-extensions = "^3.1.5"
django-cors-headers = "^3.13.0"
django-cors-headers = "^4.0.0"
psycopg2 = "^2.9.3"
PyExifTool = "^0.5.3"
jama-client-CERTIC = "^0.0.24"
markdown2 = "^2.4.3"
python-dotenv = "^0.20.0"
python-dotenv = "^1.0.0"
Unidecode = "^1.3.4"
django-ranged-fileresponse = "^0.1.2"
pyvips = "^2.2.1"
@@ -23,10 +23,11 @@ numpy = "^1.22.4"
opencv-python-headless = "^4.6.0"
deskew = "^1.3.3"
fusepy = "^3.0.1"
django-auth-cli-certic = "^0.1.2"
django-auth-cli-certic = "^0.1.3"
pydotplus = "^2.0.2"

[tool.poetry.dev-dependencies]
black = "^22.3.0"
black = "^23.3.0"

[build-system]
requires = ["poetry-core>=1.0.0"]