From 0601d15a0c0e43be01560cf0a2cf9c592b6eb6c6 Mon Sep 17 00:00:00 2001
From: Mathijs de Bruin <mathijs@mathijsfietst.nl>
Date: Wed, 30 Nov 2016 18:41:42 +0200
Subject: [PATCH] Posgres 9.3+ is needed as jsonb is used.

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 20ec96656..251aa4455 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
 The complete scientific publication portal
 
 ## Dependencies
-SciPost is written in Python 3.5 using Django and requires a PostgreSQL database.
-Python dependencies are listed in `requirements.txt`.
+SciPost is written in Python 3.5 using Django and requires PostgreSQL 9.3 or
+higher. Python dependencies are listed in `requirements.txt`.
 
 ## Getting started
 
-- 
GitLab