diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-25 18:47:43 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-25 18:47:43 +0200 |
commit | 2cb20872730f20d1a0d73c321f269a754ffb5893 (patch) | |
tree | 997479d14469cda15f0ae5b20c9011eb3a71e6b6 /requirements.txt | |
parent | fcec6f796641431981daaed874a1cda18336996a (diff) | |
parent | 92985883584d6f38313f4050d38eb77f5086896a (diff) | |
download | Ishtar-2cb20872730f20d1a0d73c321f269a754ffb5893.tar.bz2 Ishtar-2cb20872730f20d1a0d73c321f269a754ffb5893.zip |
Merge branch 'develop' into develop-bootstrap
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index 7ef1b5ce2..1e62d3e29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,20 @@ +six>=1.9 psycopg2==2.5.4 django-registration==2.2 django==1.11 Pillow==3.4.2 -pisa==3.0.33 -reportlab==3.1.8 +WeasyPrint==0.41 +html5lib==0.999999999 + dbf==0.96.003 python-memcached==1.57 unicodecsv==0.14.1 pytidylib==0.2.1 lxml==3.4.0 -html5lib==0.999 django-extra-views==0.2.4 -beautifulsoup4==4.3.2 +beautifulsoup4==4.5.3 markdown==2.5.1 django-ajax-selects==1.6.0 django-compressor==2.1 |