diff options
author | Dan McGee <dan@archlinux.org> | 2012-03-24 15:17:54 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-03-28 23:17:37 -0500 |
commit | ff5965f45db9e9e0c997f80c798417f3a71c848f (patch) | |
tree | 3407f68ddb464c8ae0dee59610fbc3275df2c700 /requirements_prod.txt | |
parent | 23cb0d0956f31d855e0e06649998f724d97b0560 (diff) |
Switch to recommending PostgreSQL by default
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'requirements_prod.txt')
-rw-r--r-- | requirements_prod.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_prod.txt b/requirements_prod.txt index 7f7663a8..517000a9 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -1,8 +1,8 @@ Django==1.4 Markdown==2.1.1 -MySQL-python==1.2.3 South==0.7.4 pgpdump==1.1 +psycopg2=2.4.4 pyinotify==0.9.3 python-memcached==1.48 pytz>=2012b |