From 023ab0dc1029fc2d70a2b4038ae76d19a24be4e9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 20 Sep 2014 20:34:40 +0200 Subject: Rename requirements --- requirements.py | 16 ---------------- requirements.txt | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 requirements.py create mode 100644 requirements.txt diff --git a/requirements.py b/requirements.py deleted file mode 100644 index 9f157e9d6..000000000 --- a/requirements.py +++ /dev/null @@ -1,16 +0,0 @@ -#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 - 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 + -- cgit v1.2.3