Add plotly requirements file

This commit is contained in:
Matthias 2018-12-28 10:41:54 +01:00
parent 98ac2b15ca
commit 0f86e218c1
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