From c15e564b6fa2b11cc2db0c710c985fb46e0bdad6 Mon Sep 17 00:00:00 2001 From: Benjamin Diaz Date: Thu, 27 Dec 2018 18:25:43 -0300 Subject: [PATCH] Adds pymysql to requirements.txt Allows using a mysql database as peewee backend Change-Id: If0c408d57f9d20d36a04e5cf8421a0a9f9c1d0b9 Signed-off-by: Benjamin Diaz --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index f6451e4..5665a39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ peewee==3.1.* jsonschema==2.6.* six==1.11.* pyyaml==3.* +pymysql git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common -- 2.25.1