From 3ec3173520c885e191991adb48b321b0c97e9c77 Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Sun, 6 Sep 2015 14:55:33 +0000 Subject: [PATCH] Added psycopg2 to requirements for postgresql support (installation needs python3-dev and libpg-dev --- requirements.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4382e0f..46bda7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,16 @@ -blinker==1.4 Flask==0.10.1 Flask-Login==0.2.11 Flask-Passlib==0.1 Flask-Principal==0.4.0 Flask-SQLAlchemy==2.0 Flask-WTF==0.12 -itsdangerous==0.24 Jinja2==2.8 MarkupSafe==0.23 -passlib==1.6.1 SQLAlchemy==1.0.8 +WTForms==2.0.2 Werkzeug==0.10.4 +blinker==1.4 +itsdangerous==0.24 +passlib==1.6.1 +psycopg2==2.6.1 wheel==0.24.0 -WTForms==2.0.2 -- GitLab