diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-22 19:04:22 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-07-01 18:01:58 +0200 |
commit | 71fd406a6552304d11fcaad373c9ee326222d31e (patch) | |
tree | 4269104e125f7c01dd52fb8d817963dcdc72b8a4 /requirements.txt | |
parent | fefdb198e0b75ddfe1510d2d6ee9a44917ade3c1 (diff) | |
download | Ishtar-71fd406a6552304d11fcaad373c9ee326222d31e.tar.bz2 Ishtar-71fd406a6552304d11fcaad373c9ee326222d31e.zip |
Remove virtualtime - adapt requirements for buster
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/requirements.txt b/requirements.txt index 7bd55e33a..5817dc1a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,37 +1,35 @@ six>=1.9 -psycopg2==2.5.4 +psycopg2==2.7.7 django-registration==2.2 -django==1.11.18 -Pillow==3.4.2 -WeasyPrint==0.41 -html5lib==0.999999999 +django==1.11.27 +Pillow==5.4.1 +WeasyPrint==0.42.3 +html5lib==1.0.1 pyqrcode==1.2.1 pypng==0.0.19 -xmltodict==0.10 +xmltodict==0.11 -requests==2.12 +requests==2.21 -dbf==0.96.003 -python-memcached==1.57 +python-memcached==1.59 # celery==4.2.1 ## not mandatory -djangorestframework==3.4 +djangorestframework==3.9 pytidylib==0.3.2 -lxml==3.4.0 +lxml==4.3.2 django-extra-views==0.12.0 -beautifulsoup4==4.5.3 -markdown==2.5.1 -django-ajax-selects==1.6.0 -django-compressor==2.1 +beautifulsoup4==4.7.1 +markdown==3.0.1 +django-ajax-selects==1.7.0 +django-compressor==2.2 django-formtools==2.0 secretary==0.2.19 unidecode -virtualtime==1.6 # time for year before 1900 and before 1000 on python < 3.2 -e git+https://github.com/treyhunner/django-simple-history.git@1.8.2#egg=django-simple-history -django-extensions==1.7.4 +django-extensions==2.1.4 |