diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-11 21:59:13 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-11 21:59:13 +0200 |
commit | d277108d43b196601d072545a75295e2c16b3dff (patch) | |
tree | 8870bbed1923b86cfae7d35b6a225cc5e1087005 | |
parent | 70f9f8005deda365916e484d4a2214cf61f2d347 (diff) | |
download | Ishtar-d277108d43b196601d072545a75295e2c16b3dff.tar.bz2 Ishtar-d277108d43b196601d072545a75295e2c16b3dff.zip |
Fix requirements (encoding and pip -> pillow)
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index c41427681..60892902d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,18 +2,18 @@ psycopg2==2.4.5 django-registration==0.8 django==1.4 south>=0.7.3,<0.7.99 -PIL>=1.1.6 +Pillow>=1.1.6 pisa==3.0.33 reportlab==2.5 dbf==0.88.16 python-memcached==1.48 unicodecsv==0.9.0 -# for xhtml2odt +# for xhtml2odt pytidylib==0.2.1 lxml>=3.3.1 html5lib==0.999 django-extra-views==0.2.4 -# git+https://github.com/treyhunner/django-simple-history.git@0fd9b8e9c6f36b0141367b502420efe92d4e21ce +# git+https://github.com/treyhunner/django-simple-history.git@0fd9b8e9c6f36b0141367b502420efe92d4e21ce # oook_replace beautifulsoup4==4.3.2 markdown==2.1.1 |