diff options
author | Dan McGee <dan@archlinux.org> | 2010-09-07 17:12:39 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-07 17:12:41 -0500 |
commit | f498ceca1de3b3db0b96007b33eed620702acce9 (patch) | |
tree | 169c57bf61bc63467214e0b05147a9ab6d849547 /requirements.txt | |
parent | 21c9ba2e63ef962f859aaa8f795d0c16c9bd3e8c (diff) |
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 <dan@archlinux.org>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 1 insertions, 5 deletions
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 |