diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-06-13 11:18:10 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-06-13 11:18:10 +0200 |
commit | 367a78a7348874d5ced9e934300a46e4be745365 (patch) | |
tree | 5763c6dce48a3ce3751f2c5435ab7d04dd5bf845 | |
parent | 1ad952925395934db4f2e1f974e6435f2f382509 (diff) | |
download | Ishtar-367a78a7348874d5ced9e934300a46e4be745365.tar.bz2 Ishtar-367a78a7348874d5ced9e934300a46e4be745365.zip |
🔧 Fix readthedocs requirements
-rw-r--r-- | requirements_rtd.txt | 79 |
1 files changed, 54 insertions, 25 deletions
diff --git a/requirements_rtd.txt b/requirements_rtd.txt index a28f5b078..6ed12fd60 100644 --- a/requirements_rtd.txt +++ b/requirements_rtd.txt @@ -1,38 +1,67 @@ -six>=1.9 -#psycopg2==2.5.4 -django-registration==2.2 -django==1.11.18 -Pillow==3.4.2 -WeasyPrint==0.41 -html5lib==0.999999999 +# six>=1.9 -> dépendance supprimée +# gdal==2.4.0 +# 3.2 + +fiona==1.8.18 +pyproj==3.0.0 + +# psycopg2-binary==2.8.6 -> no db for readthedocs +# old 2.7.7 + +django-registration==3.2 +django==2.2.24 + +Pillow==8.1.2 +# old 5.4.1 + +WeasyPrint==0.42.3 +html5lib==1.1 +# old 1.0.1 pyqrcode==1.2.1 -pypng==0.0.19 -xmltodict==0.10 -requests==2.12 +pypng==0.0.20 +# old 0.0.19 + +xmltodict==0.12 +# old 0.11 + +requests==2.25 +# old 2.21 -dbf==0.96.003 -python-memcached==1.57 +# python-memcached==1.59 ## production # celery==4.2.1 ## not mandatory -djangorestframework==3.4 +# 5.0.0 -pytidylib==0.3.2 -# lxml==3.4.0 +djangorestframework==3.12 +# old 3.9 -django-extra-views==0.12.0 -beautifulsoup4==4.5.3 -markdown==2.5.1 -django-ajax-selects==1.6.0 -django-compressor==2.1 -django-axes==5.4.3 +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.0 +django-formtools==2.2 secretary==0.2.19 unidecode -virtualtime==1.6 # time for year before 1900 and before 1000 on python < 3.2 +# 1.2 --e git+https://github.com/treyhunner/django-simple-history.git@1.8.2#egg=django-simple-history +-e git+https://github.com/jazzband/django-simple-history.git@2.7.0#egg=django-simple-history -django-extensions==1.7.4 +django-extensions==3.0.3 +# old 2.1.4 + +# django-debug-toolbar==3.2.4 + +django-axes==5.4.3 |