diff --git a/.pyup.yml b/.pyup.yml index 74c1456ce..01d4bba2a 100644 --- a/.pyup.yml +++ b/.pyup.yml @@ -21,6 +21,7 @@ search: False requirements: - requirements.txt - requirements-dev.txt + - requirements-plot.txt # configure the branch prefix the bot is using diff --git a/requirements-plot.txt b/requirements-plot.txt new file mode 100644 index 000000000..c1cc409b0 --- /dev/null +++ b/requirements-plot.txt @@ -0,0 +1,5 @@ +# Include all requirements to run the bot. +-r requirements.txt + +plotly==3.4.1 +