From 2d1ea2b7e10bd73df22f99c2c54f6c5fe988b2ad Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Wed, 18 May 2011 08:08:40 -0700 Subject: [PATCH] require psycopg2 --- test/canary_django/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/canary_django/requirements.txt b/test/canary_django/requirements.txt index 5ebcbe2..d80f8e3 100644 --- a/test/canary_django/requirements.txt +++ b/test/canary_django/requirements.txt @@ -1 +1,2 @@ Django==1.3 +psycopg2