mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Merge pull request #1445 from freqtrade/add_plotly_dev
Add plotly requirements file
This commit is contained in:
commit
b859fa1e42
|
@ -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
5
requirements-plot.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Include all requirements to run the bot.
|
||||
-r requirements.txt
|
||||
|
||||
plotly==3.4.1
|
||||
|
Loading…
Reference in New Issue
Block a user