diff options
author | Christian Franke <nobody@nowhere.ws> | 2012-05-03 15:09:13 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-05-03 15:09:43 +0200 |
commit | 45a3b469cbbbb5d4fdd03cc679cec30e12a3f1a7 (patch) | |
tree | 1acf7f5788ec2cb8e0912bc0ddf8822e5f0275c3 | |
parent | 4f84488e15f92d4f0923655f6123fa4c65e5f8d0 (diff) |
Add psycopg2 to requirements for PostgreSQL backend
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 7f9bd55..4397d23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,4 @@ django-flatblocks==0.6.0 argparse==1.2.1 django-supervisor==0.2.5 django-debug-toolbar==0.9.1 +psycopg2==2.4.5 |