Merge pull request #1445 from freqtrade/add_plotly_dev

Add plotly requirements file
This commit is contained in:
Misagh 2018-12-28 11:47:00 +01:00 committed by GitHub
commit b859fa1e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,7 @@ search: False
requirements:
- requirements.txt
- requirements-dev.txt
- requirements-plot.txt
# configure the branch prefix the bot is using

5
requirements-plot.txt Normal file
View File

@ -0,0 +1,5 @@
# Include all requirements to run the bot.
-r requirements.txt
plotly==3.4.1