Use beautifulsoup4 instead of bs4 in test-requirements.txt

beautifulsoup4 is already in global-requirements and bs4 is just a dummy
package.

Change-Id: Ief02165797f6aae47805656d50c249aaa3fe71ad
This commit is contained in:
Thomas Bechtold 2016-09-05 10:50:13 +02:00
parent a22ecf2e40
commit 34a7f1b668
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ testrepository>=0.0.18
testtools>=1.4.0
sphinx-testing
bs4
beautifulsoup4