diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-24 12:18:33 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-07-21 15:07:41 +0200 |
commit | 7faa4223fae1a94b98ec6b8c624caa764d99d14e (patch) | |
tree | f411450d7814cd657b29bb78da47f5d394cec716 | |
parent | 9cebc9753a9c7c8bda14b48ab6ff292d9b06afae (diff) | |
download | Ishtar-7faa4223fae1a94b98ec6b8c624caa764d99d14e.tar.bz2 Ishtar-7faa4223fae1a94b98ec6b8c624caa764d99d14e.zip |
⬆️ upgrade dependencies for v5
-rw-r--r-- | requirements.txt | 139 |
1 files changed, 79 insertions, 60 deletions
diff --git a/requirements.txt b/requirements.txt index d0216e130..5222f9a93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,77 +1,96 @@ -# six>=1.9 -> dépendance supprimée +# gdal==3.6.2 +# old - 3.2 -# gdal==2.4.0 -# 3.2 +fiona==1.9.0 +# old - 1.8.18 +pyproj==3.4.1 +# old - pyproj==3.0.0 -fiona==1.8.18 -pyproj==3.0.0 +psycopg2-binary==2.9.5 +# old 2.8.6 -psycopg2-binary==2.8.6 -# old 2.7.7 +django-registration==3.3 +# old - 3.2 -django-registration==3.2 -django==2.2.24 +django==3.2.19 +# backports -> 4.2.19 +# old - 2.2.24 -Pillow==8.1.2 -# old 5.4.1 +Pillow==9.4.0 +# old 8.1.2 -WeasyPrint==0.42.3 +# removed - WeasyPrint==0.42.3 html5lib==1.1 -# old 1.0.1 +# old 1.1 ! pyqrcode==1.2.1 +# old 1.2.1 ! -pypng==0.0.20 -# old 0.0.19 +pypng==0.20220715 +# old 0.0.20 -xmltodict==0.12 -# old 0.11 +xmltodict==0.13 +# old 0.12 -requests==2.25 -# old 2.21 +requests==2.28 +# old 2.25 # python-memcached==1.59 ## production -# celery==4.2.1 ## not mandatory -# 5.0.0 +# celery==5.2.6 ## not mandatory +# old - 5.0.0 -bleach==3.2.1 +bleach==5.0.1 +# old - 3.2.1 -djangorestframework==3.12 -# old 3.9 +djangorestframework==3.14 +# old - 3.12 pytidylib==0.3.2 -lxml==4.6.3 -# old 4.3.2 -MarkupSafe==1.1.1 # force this version for Jinja 2.11 -Jinja2==2.11 -# old 2.10 -django-extra-views==0.13.0 -# old 0.12 -beautifulsoup4==4.9.3 -# old 4.7.1 -markdown==3.3.4 -# old 3.0.1 -django-compressor==2.4 -# old 2.2 - -django-formtools==2.2 - -secretary==0.2.19 -unidecode -# 1.2 - --e git+https://github.com/jazzband/django-simple-history.git@2.7.0#egg=django-simple-history - -django-extensions==3.0.3 -# old 2.1.4 - -# django-debug-toolbar==3.2.4 - -pandas==1.1.5 -django-ipware==3.0.0 -django-axes==5.4.3 -num2words==0.5.9 -feedparser==6.0.11 -# debian bullseye is feedparser==5.2.1 but with python3.9 backport -django-guardian==2.0.0 - -# TODO v5: python3-pathvalidate -> libreoffice.py +# old - 0.3.2 ! +lxml==4.9.2 +# old - 4.6.3 +MarkupSafe==2.1.2 +# old - 1.1.1 +Jinja2==3.1.2 +# old - 2.11 +django-extra-views==0.14.0 +# old - 0.13 +beautifulsoup4==4.11.2 +# old - 4.9.3 +markdown==3.4.1 +# old - 3.3.4 +django-compressor==4.0 +# old - 2.4 + +django-formtools==2.3 +# old - 2.2 + +-e git+https://github.com/Nimn/secretary.git@0.2.20#egg=secretary +# old - secretary==0.2.19 +unidecode==1.3.6 +# old - 1.2.0 + +-e git+https://github.com/jazzband/django-simple-history.git@3.1.1#egg=django-simple-history +# old - -e git+https://github.com/jazzband/django-simple-history.git@2.7.0#egg=django-simple-history + +django-extensions==3.2.1 +# old - 3.0.3 + +# django-debug-toolbar==3.8.1 +# old - 3.2.4 + +pandas==1.5.3 +# old - 1.1.5 +django-ipware==4.0.2 +# old - 3.0.0 +django-axes==5.39.0 +# old - 5.4.3 +num2words==0.5.10 +# old - 0.5.9 +feedparser==6.0.10 +# old - 5.2.1 +django-guardian==2.4.0 +# old - 2.0.0 + +argon2-cffi==21.1.0 +cairosvg==2.5.2 +pathvalidate==2.5.2 |