From f564af77b0d7372c4643dbccf828280e0a7ef20a Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 13 Mar 2014 07:23:54 +0000 Subject: [PATCH] Updated requirements --- README.md | 6 ++++++ requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dff876..9a33826 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,9 @@ CynoMap A simple library to take a EVE API Corp Members output and work out the jump range between them, so for example, a cyno corp, you can work out all the jump routes available within the corporation. This is extremely experimental is nowhere complete. The maps are generated out in SVG format and a simple Flask container is included to allow maps to be generated as required for a specific lightyear distance. + +Requirements +------------ + +* Entity's EVE API module (pip install eveapi) +* Latest SDE extract from CCP diff --git a/requirements.txt b/requirements.txt index 4564b21..56ffdbd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ --e git+https://github.com/ntt/eveapi.git#egg=eveapi +eveapi