From 1ba5b74eeb86cbafe792f156640e44644602a2d6 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Thu, 24 May 2018 06:12:25 +0000 Subject: [PATCH] optimizing libraries --- requirements-aws.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 requirements-aws.txt diff --git a/requirements-aws.txt b/requirements-aws.txt new file mode 100644 index 000000000..3e5dbca8d --- /dev/null +++ b/requirements-aws.txt @@ -0,0 +1,18 @@ +ccxt==1.14.24 +SQLAlchemy==1.2.7 +arrow==0.12.1 +cachetools==2.1.0 +requests==2.18.4 +urllib3==1.22 +wrapt==1.10.11 +pandas==0.23.0 +scikit-learn==0.19.1 +scipy==1.1.0 +jsonschema==2.6.0 +numpy==1.14.3 +TA-Lib==0.4.17 +git+git://github.com/berlinguyinca/networkx@v1.11 +tabulate==0.8.2 +coinmarketcap==5.0.3 +simplejson==3.15.0 +boto3