working on deploying to aws, failing due to dynamic lib, needs to be a static ta-lib

This commit is contained in:
Gert Wohlgemuth 2018-05-17 00:02:16 -07:00
parent 921bdb0cd9
commit 7dc71e904e
2 changed files with 18 additions and 2 deletions

View File

@ -20,7 +20,7 @@ hyperopt==0.1
networkx==1.11 networkx==1.11
tabulate==0.8.2 tabulate==0.8.2
coinmarketcap==4.2.1 coinmarketcap==4.2.1
simplejson
# Required for plotting data # Required for plotting data
#plotly==2.3.0 #plotly==2.3.0

View File

@ -62,7 +62,23 @@ custom:
createRoute53Record: true createRoute53Record: true
pythonRequirements: pythonRequirements:
dockerizePip: non-linux slim: true
invalidateCaches: true
dockerizePip: false
noDeploy:
- pytest
- moto
- plotly
- boto3
- pytest-mock
- pytest-cov
- pymongo
package:
exclude:
- test/**
- __pycache__/**
- node_modules/**
############################################################################################ ############################################################################################
# this section defines all lambda function and triggers # this section defines all lambda function and triggers
############################################################################################ ############################################################################################