1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-22 13:58:26 +02:00

Upgrade Django to 5.0, update dependencies

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-01-13 17:21:55 +01:00
parent 6226f06d97
commit 0f2f34175c
2 changed files with 39 additions and 38 deletions

31
tox.ini
View File

@ -11,22 +11,23 @@ sitepackages = False
deps =
coverage
channels[daphne]~=4.0.0
crispy-bootstrap5~=0.7
Django>=4.2,<5.0
django-crispy-forms~=1.14
django-filter~=22.1
django-haystack~=3.2
django-phonenumber-field~=7.0
django-polymorphic~=3.1
django-tables2~=2.4
djangorestframework~=3.14
django-rest-polymorphic~=0.1
crispy-bootstrap5~=2023.10
Django>=5.0,<6.0
django-crispy-forms~=2.1
django-filter~=23.5
django-haystack~=3.2.1
django-phonenumber-field~=7.3.0
django-polymorphic~=3.1.0
django-tables2~=2.7.0
djangorestframework~=3.14.0
django-rest-polymorphic~=0.1.10
odfpy~=1.4.1
phonenumbers~=8.12.57
pypdf~=3.4
python-magic~=0.4.26
requests~=2.28.1
whoosh~=2.7
phonenumbers~=8.13.27
pypdf~=3.17.4
python-magic~=0.4.27
requests~=2.31.0
whoosh~=2.7.4
commands =
coverage run --source=api,draw,logs,participation,registration,tfjm ./manage.py test api/ draw/ logs/ participation/ registration/ tfjm/
coverage report -m