From c7f15cc603bb2c6a41bec4319ef203a2e8efff5d Mon Sep 17 00:00:00 2001 From: Gert Wohlgemuth Date: Wed, 13 Jun 2018 15:17:41 -0700 Subject: [PATCH] added support for the technical library --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7d7839b91..c31fcef22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,8 +17,9 @@ pytest-mock==1.10.0 pytest-cov==2.5.1 hyperopt==0.1 # do not upgrade networkx before this is fixed https://github.com/hyperopt/hyperopt/issues/325 -#networkx==1.11 -git+git://github.com/berlinguyinca/networkx@v1.11 +networkx==1.11 +#git+git://github.com/berlinguyinca/networkx@v1.11 +git+git://github.com/berlinguyinca/technical tabulate==0.8.2 coinmarketcap==5.0.3 simplejson==3.15.0