From b08fb914d6fc8135976415b92952a46dda513728 Mon Sep 17 00:00:00 2001
From: Dustyn Gibson <miigotu@gmail.com>
Date: Thu, 30 Jul 2015 10:30:48 -0700
Subject: [PATCH] Change requirements.txt to install mako, change readme to say
 mako

---
 readme.md        | 2 +-
 requirements.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/readme.md b/readme.md
index 8f93e8665..4779a9fc7 100644
--- a/readme.md
+++ b/readme.md
@@ -31,7 +31,7 @@ Automatic Video Library Manager for TV Shows. It watches for new episodes of you
 -[Mobile](http://imgur.com/a/WPyG6)
 
 ## Dependencies
- To run SickRage from source you will need Python 2.7.x, Cheetah 2.1.0+, and PyOpenSSL
+ To run SickRage from source you will need Python 2.7.x, Mako, and PyOpenSSL
 
 ## Forums
  Any questions or setup info your looking for can be found at out forums https://www.sickrage.tv
diff --git a/requirements.txt b/requirements.txt
index 0257d09bc..4c95144c6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
-cheetah
+mako
 pyopenssl==0.13.1
-- 
GitLab