diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-10-05 10:39:45 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:20:58 +0100 |
commit | 14c5ccd235d963457485cd907712b43672c5e400 (patch) | |
tree | cefc288ad80b41083cb31380567979df2021f0e7 /requirements.txt | |
parent | 716d0c3ea5ddcffdd3c50464b7f6dc21516c4f69 (diff) | |
download | Ishtar-14c5ccd235d963457485cd907712b43672c5e400.tar.bz2 Ishtar-14c5ccd235d963457485cd907712b43672c5e400.zip |
Migration to Django 2.2 - fixes warehouse test - segfault on coords
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/requirements.txt b/requirements.txt index c8d30ffcb..0d18b197f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,49 +3,49 @@ # gdal==2.4.0 # 3.2 -psycopg2-binary==2.7.7 -# 2.8.6 +psycopg2-binary==2.8.6 +# old 2.7.7 django-registration==3.2 django==2.2.24 -Pillow==5.4.1 -# 8.1.2 +Pillow==8.1.2 +# old 5.4.1 WeasyPrint==0.42.3 -html5lib==1.0.1 -# 1.1 +html5lib==1.1 +# old 1.0.1 pyqrcode==1.2.1 -pypng==0.0.19 -# 0.0.20 +pypng==0.0.20 +# old 0.0.19 -xmltodict==0.11 -# 0.12 +xmltodict==0.12 +# old 0.11 -requests==2.21 -# 2.25 +requests==2.25 +# old 2.21 # python-memcached==1.59 ## production # celery==4.2.1 ## not mandatory # 5.0.0 -djangorestframework==3.9 -# 3.12 +djangorestframework==3.12 +# old 3.9 pytidylib==0.3.2 -lxml==4.3.2 -# 4.6.3 -Jinja2==2.10 -# 2.11 -django-extra-views==0.12.0 -# 0.13 -beautifulsoup4==4.7.1 -# 4.9.3 -markdown==3.0.1 -# 3.3.4 -django-compressor==2.2 -# 2.4 +lxml==4.6.3 +# old 4.3.2 +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 @@ -55,5 +55,5 @@ unidecode -e git+https://github.com/treyhunner/django-simple-history.git@2.7.0#egg=django-simple-history -django-extensions==2.1.4 -# 3.0.3 +django-extensions==3.0.3 +# old 2.1.4 |