diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2014-05-10 16:54:29 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2014-05-10 16:54:29 +0200 |
commit | b211fbdd6b69c4e9dd9d96c33e8cd1987bf49c56 (patch) | |
tree | b23b02563efbbea03a3891daf53bae8409fa4b44 /requirements.py | |
parent | b840b5485ec64fa6cd28b1ad0ef3229dda0284b3 (diff) | |
download | Ishtar-b211fbdd6b69c4e9dd9d96c33e8cd1987bf49c56.tar.bz2 Ishtar-b211fbdd6b69c4e9dd9d96c33e8cd1987bf49c56.zip |
Work on packaging (setup, requirements, ...)
Diffstat (limited to 'requirements.py')
-rw-r--r-- | requirements.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.py b/requirements.py index 861cbf032..7f981e826 100644 --- a/requirements.py +++ b/requirements.py @@ -1,7 +1,8 @@ #django-simple-history -django==1.4 psycopg2 django-registration +django==1.4 +south>=0.7.3,<0.7.99 pil pisa reportlab |