From: Benjamin Diaz Date: Thu, 27 Dec 2018 21:25:43 +0000 (-0300) Subject: Adds pymysql to requirements.txt X-Git-Tag: v6.0.0~17 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=c15e564b6fa2b11cc2db0c710c985fb46e0bdad6;p=osm%2FPOL.git Adds pymysql to requirements.txt Allows using a mysql database as peewee backend Change-Id: If0c408d57f9d20d36a04e5cf8421a0a9f9c1d0b9 Signed-off-by: Benjamin Diaz --- 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