From 162799cfd095a1f653371b5805f9c1805fff4f63 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 20 Mar 2016 16:34:55 -0400
Subject: [PATCH] Removed references to mysql being a prerequsite, it is not.

---
 README.md | 2 --
 setup.py  | 2 --
 2 files changed, 4 deletions(-)

diff --git a/README.md b/README.md
index 8bac00c..d2dc3b2 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,6 @@ the prerequsites manually. The following is a list of the preequsites that need
     pynmea2 >= 1.4.2
     pyserial >= 2.7
     requests >= 2.7.0
-    MySQLdb >= 1.2.5
-    mysql >= 2.1.3
 
 The application is written for python 3 specifically, it may not work with python 2. Once installed copy the
 apex.cfg.example file over to apex.cfg in the same directory, then edit the file and replace it with your details. Next
diff --git a/setup.py b/setup.py
index 2d5deba..bfe7ce7 100644
--- a/setup.py
+++ b/setup.py
@@ -54,8 +54,6 @@ setup(
         'pynmea2 >= 1.4.2',
         'pyserial >= 2.7',
         'requests >= 2.7.0',
-        'MySQLdb >= 1.2.5',
-        'mysql >= 2.1.3',
         'cachetools >= 1.1.5'
     ],
     package_dir={'apex': 'apex'},
-- 
GitLab