working on deploying to aws, failing due to dynamic lib, needs to be a static ta-lib
This commit is contained in:
parent
921bdb0cd9
commit
7dc71e904e
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
############################################################################################
|
############################################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user