From 0f86e218c15c76f10d7fb288ac9fdc830f5ba3bf Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 28 Dec 2018 10:41:54 +0100 Subject: [PATCH] Add plotly requirements file --- .pyup.yml | 1 + requirements-plot.txt | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 requirements-plot.txt 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 +