From f498ceca1de3b3db0b96007b33eed620702acce9 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 7 Sep 2010 17:12:39 -0500 Subject: Split and update the pip requirements file Add a second file for use in production environments where we know we use memcached and MySQL, and for those that want to replicate the production environment as close as possible. Slim down the primary file to those requirements the app directly needs rather than how it is installed. Also bump the version of South to the newer point release. Signed-off-by: Dan McGee --- requirements.txt | 6 +----- requirements_prod.txt | 5 +++++ 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 requirements_prod.txt diff --git a/requirements.txt b/requirements.txt index e0df6600..191c879e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,3 @@ Django==1.2.1 Markdown==2.0.3 -MySQL-python==1.2.3c1 -South==0.7.1 -pysqlite==2.6.0 -python-memcached==1.45 -wsgiref==0.1.2 +South==0.7.2 diff --git a/requirements_prod.txt b/requirements_prod.txt new file mode 100644 index 00000000..d4a8acb5 --- /dev/null +++ b/requirements_prod.txt @@ -0,0 +1,5 @@ +Django==1.2.1 +Markdown==2.0.3 +MySQL-python==1.2.3c1 +South==0.7.2 +python-memcached==1.45 -- cgit v1.2.3-55-g3dc8