Drop support for SQLite databases

The production server uses PostgreSQL. No other databases are supported
and thus the support for SQLite is dropped. Consequently, the
migrate_sqlite2psql tool is also not needed anymore and is deleted.

Issue: HIC-192
Change-Id: I47f811c1d5ce81a8856b36ce9f6cf7b2be5da0f4
diff --git a/requirements.txt b/requirements.txt
index d3dffd8..6941c45 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -24,6 +24,7 @@
 oauthlib==2.1.0
 openapi-codec==1.3.2
 pluggy==0.7.1
+psycopg2==2.7.5
 py==1.6.0
 python3-openid==3.1.0
 pytz==2018.5