diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-01-18 18:41:39 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-01-19 00:18:02 +0100 |
commit | e9c377136b8d0329f464749ea9671874d9dde17e (patch) | |
tree | 17e9fbf51fc054d18ddcd7fabc87e8684daf4eb4 /requirements.txt | |
parent | 50124308f8f514e0f0120257a7d6a97523edb160 (diff) | |
download | Ishtar-e9c377136b8d0329f464749ea9671874d9dde17e.tar.bz2 Ishtar-e9c377136b8d0329f464749ea9671874d9dde17e.zip |
Configure for publications on pypi, descriptions, etc.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/requirements.txt b/requirements.txt index 18f3567b3..c6ae18abd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,18 @@ -#django-simple-history -psycopg2 -django-registration +psycopg2==2.4.5 +django-registration==0.8 django==1.4 south>=0.7.3,<0.7.99 -pillow +PIL>=1.1.6 pisa==3.0.33 reportlab==2.5 -dbf -python-memcached -unicodecsv - +dbf==0.88.16 +python-memcached==1.48 +unicodecsv==0.9.0 # for xhtml2odt -pytidylib -lxml -html5lib - +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 +beautifulsoup4==4.3.2 |