From eab67eb60ca9fce8411f87898345339dc375f095 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 20 Mar 2016 17:05:05 -0400
Subject: [PATCH] Added one of the requirements to the readme that wasnt
 listed.

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index d2dc3b2..1b0348b 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@ the prerequsites manually. The following is a list of the preequsites that need
     pynmea2 >= 1.4.2
     pyserial >= 2.7
     requests >= 2.7.0
+    cachetools >= 1.1.5
 
 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
-- 
GitLab