move postgres dependency to production requirements
authorduong tam kien <tk@deveha.com>
Tue, 17 Jan 2017 11:24:34 +0100
changeset 290 44013253fbdb
parent 289 74040a8ee852
child 291 52d40ff8a6b1
move postgres dependency to production requirements
src/requirements/prod.txt
--- a/src/requirements/prod.txt	Tue Jan 17 11:22:36 2017 +0100
+++ b/src/requirements/prod.txt	Tue Jan 17 11:24:34 2017 +0100
@@ -1,3 +1,4 @@
 -r base.txt
 pylibmc
 uWSGI
+psycopg2==2.6.2