Don't require psycopg2 to operate.
Jeepyb optionally supports postgres via psycopg2 but it isn't required
for base operation. Remove the requirement so that jeepyb can be
installed on existing jeepyb installs without needing to add libpq-dev
everywhere.
Users wishing to use postgres with jeepyb should install psycopg2 in
addition to jeepyb.
Change-Id: Ibe383a27bf826af02b9ad1764d224d654d195519
diff --git a/requirements.txt b/requirements.txt
index 3aaf535..b155078 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,6 @@
gerritlib>=0.3.0
MySQL-python
paramiko
-psycopg2
PyGithub
pyyaml
pkginfo