Add plotly requirements file
This commit is contained in:
parent
98ac2b15ca
commit
0f86e218c1
@ -21,6 +21,7 @@ search: False
|
|||||||
requirements:
|
requirements:
|
||||||
- requirements.txt
|
- requirements.txt
|
||||||
- requirements-dev.txt
|
- requirements-dev.txt
|
||||||
|
- requirements-plot.txt
|
||||||
|
|
||||||
|
|
||||||
# configure the branch prefix the bot is using
|
# 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