From 10b2faa3ffc0986018365098a5df2a196af4d27f Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Thu, 30 May 2019 15:31:20 +0200 Subject: [PATCH] added dependency for readthedocs --- readthedocs-pip-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readthedocs-pip-requirements.txt b/readthedocs-pip-requirements.txt index 5ec672a..8bfee76 100644 --- a/readthedocs-pip-requirements.txt +++ b/readthedocs-pip-requirements.txt @@ -1,2 +1,3 @@ sphinx>=1.8.5 -sphinxcontrib-napoleon>=0.7 \ No newline at end of file +sphinxcontrib-napoleon>=0.7 +beautifulsoup4>=4.7.1 \ No newline at end of file