diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-24 12:16:56 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-24 12:16:56 +0200 |
commit | 50a238daaba8feb6a1572dd1ec889103da11eae1 (patch) | |
tree | 78945cc4e255753c17837782036100953383715a /requirements.txt | |
parent | a61df3190b2b2a0f5491930ff00909b61c4bba1e (diff) | |
download | Chimère-50a238daaba8feb6a1572dd1ec889103da11eae1.tar.bz2 Chimère-50a238daaba8feb6a1572dd1ec889103da11eae1.zip |
Adaptations vers Django version 2.2
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 38 |
1 files changed, 26 insertions, 12 deletions
diff --git a/requirements.txt b/requirements.txt index 97103b6..d0f9580 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,28 @@ -django>=1.11,<1.11.99 -beautifulsoup4==4.5.3 -psycopg2 -Pillow==3.3 -lxml==3.4 +# -> bookworm +# 3.2.19 +django==2.2.28 +# 4.11.2 +beautifulsoup4==4.9.3 +# 9.4.0 +pillow==8.1.2 +# 4.9.2 +lxml==4.6.3 +# 6.0.10 feedparser==5.2.1 -django-tinymce4-lite==1.7.1 -icalendar==3.8 -chardet==2.3 -py3exiv2>=0.2.1,<=0.4.0 -gdal>=2.1.0,<2.1.99 -osmapi==0.6.2 -PyTidyLib==0.3.1 +# 4.0.3 +icalendar==4.0.3 +# 5.1.0 +chardet==4.0.0 +# 3.6.2 +gdal>=3.2.2,<3.2.99 +# 3.1.0 +osmapi==1.3.0 +# 0.3.2 +PyTidyLib==0.3.2 +# 0.6 overpy==0.4 + +# 0.7.2 +#py3exiv2>=0.2.1,<=0.4.0 +py3exiv2==0.7.2 +django-tinymce4-lite==1.7.1 |