From 8a4fe1627e59cce17e236ae2c73b89ae97ea27be Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Mon, 14 Nov 2016 01:37:23 -0800 Subject: [PATCH 1/4] Requirements for Pyfa Caught most of the main ones, I think. (Yes I'm sneaking EVE-Gnosis in here, just so I don't have a conflict when I submit the cap/shield sim fix) --- requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000..e009d507aa --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +matplotlib +PyYAML +python-dateutil +urllib3 +requests +sqlalchemy +EVE-Gnosis From d3fdf9854d76a1d6b39c6ec3674cfbb6ff47dae3 Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Fri, 18 Nov 2016 01:01:08 -0800 Subject: [PATCH 2/4] 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 e009d507aa..548ada1d7a 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 From b9e5a47924ef756f87d653aba1f38eeb75ee5488 Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Tue, 6 Dec 2016 13:46:09 -0800 Subject: [PATCH 3/4] Remove gnosis --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 548ada1d7a..f8e7775070 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,3 @@ python-dateutil urllib3 requests==2.11.1 sqlalchemy -EVE-Gnosis>=2016.11.17post2 From 5b62419520a80de633d3fb6aa5d85bf02cf43a52 Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Thu, 8 Dec 2016 10:05:22 -0800 Subject: [PATCH 4/4] Add requirements for getting this to work on Travis-Ci --- requirements_test.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 requirements_test.txt diff --git a/requirements_test.txt b/requirements_test.txt new file mode 100644 index 0000000000..1bbef8b924 --- /dev/null +++ b/requirements_test.txt @@ -0,0 +1,7 @@ +pytest==3.0.3 +pytest-mock==1.2 +pytest-cov==2.3.1 +pytest-capturelog==0.7 +coverage==4.2 +coveralls==1.1 +codecov