diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2014-09-20 20:34:40 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2014-09-20 20:34:40 +0200 |
commit | 023ab0dc1029fc2d70a2b4038ae76d19a24be4e9 (patch) | |
tree | 74b4f63d1e65fa18bfb54326fef030b6e3343653 /requirements.txt | |
parent | 302decb031c47f5053c824da5a92962cc6aa79d2 (diff) | |
download | Ishtar-023ab0dc1029fc2d70a2b4038ae76d19a24be4e9.tar.bz2 Ishtar-023ab0dc1029fc2d70a2b4038ae76d19a24be4e9.zip |
Rename requirements
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..9f157e9d6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,16 @@ +#django-simple-history +psycopg2 +django-registration +django==1.4 +south>=0.7.3,<0.7.99 +pil +pisa +reportlab +dbf +python-memcached + +# for xhtml2odt +pytidylib +lxml +html5lib + |