From cbdcb08557112f53ddcf074b950ee0950e12a045 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 2 Apr 2012 10:37:11 -0500 Subject: Fix missing = sign in requirements_prod Signed-off-by: Dan McGee --- requirements_prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements_prod.txt') diff --git a/requirements_prod.txt b/requirements_prod.txt index 517000a..e43437d 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -2,7 +2,7 @@ Django==1.4 Markdown==2.1.1 South==0.7.4 pgpdump==1.1 -psycopg2=2.4.4 +psycopg2==2.4.4 pyinotify==0.9.3 python-memcached==1.48 pytz>=2012b -- cgit v1.2.3-24-g4f1b