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 | fc80710b18416f74caca2b2b77e1b080cb127993 (patch) | |
tree | 74b4f63d1e65fa18bfb54326fef030b6e3343653 /requirements.txt | |
parent | b9eb306aea320125bfc4ad409e8871a874150399 (diff) | |
download | Ishtar-fc80710b18416f74caca2b2b77e1b080cb127993.tar.bz2 Ishtar-fc80710b18416f74caca2b2b77e1b080cb127993.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 + |