diff options
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 34 |
1 files changed, 30 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index 72b40cd31..4f5630fb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,36 +1,62 @@ six>=1.9 + +# gdal==2.4.0 +# 3.2 + psycopg2-binary==2.7.7 -django-registration==2.2 -django==1.11.28 +# 2.8.6 + +django-registration==3.2 +django==2.2.24 + Pillow==5.4.1 +# 8.1.2 + WeasyPrint==0.42.3 html5lib==1.0.1 - +# 1.1 pyqrcode==1.2.1 + pypng==0.0.19 +# 0.0.20 + xmltodict==0.11 +# 0.12 requests==2.21 +# 2.25 # python-memcached==1.59 ## production # celery==4.2.1 ## not mandatory +# 5.0.0 + djangorestframework==3.9 +# 3.12 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-ajax-selects==1.7.0 +# -> à remplacer - intégré nativement dans Django django-compressor==2.2 +# 2.4 django-formtools==2.0 +# 2.2 secretary==0.2.19 unidecode +# 1.2 -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 |