From 57a31a6ca5fbceedf75682a50d94fe66bcb5b162 Mon Sep 17 00:00:00 2001
From: Dustyn Gibson <miigotu@gmail.com>
Date: Sun, 18 Oct 2015 19:18:22 -0700
Subject: [PATCH] We have no requirements other than Python 2.7.10

---
 .travis.yml      | 2 ++
 readme.md        | 2 +-
 requirements.txt | 2 --
 3 files changed, 3 insertions(+), 3 deletions(-)
 delete mode 100644 requirements.txt

diff --git a/.travis.yml b/.travis.yml
index 209f96978..a25f4ce97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,8 @@ branches:
   except:
     - master
 
+install: pip install -U pyOpenSSL
+
 cache: pip
 
 before_script:
diff --git a/readme.md b/readme.md
index ec54efcaf..e1531177e 100644
--- a/readme.md
+++ b/readme.md
@@ -27,7 +27,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 and PyOpenSSL
+ To run SickRage from source you will need Python 2.7.10
 
 #### [![Feature Requests](https://cloud.githubusercontent.com/assets/390379/10127973/045b3a96-6560-11e5-9b20-31a2032956b2.png)](http://feathub.com/SiCKRAGETV/SickRage)
 
diff --git a/requirements.txt b/requirements.txt
deleted file mode 100644
index 4c95144c6..000000000
--- a/requirements.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-mako
-pyopenssl==0.13.1
-- 
GitLab