From d3fdf9854d76a1d6b39c6ec3674cfbb6ff47dae3 Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Fri, 18 Nov 2016 01:01:08 -0800 Subject: [PATCH] Add versions Updated Gnosis to point to at least the current version. Pinned Requests as there's a bug in the most recent version. (Only applies to Python 3, but....) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e009d507a..548ada1d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ matplotlib PyYAML python-dateutil urllib3 -requests +requests==2.11.1 sqlalchemy -EVE-Gnosis +EVE-Gnosis>=2016.11.17post2