Require the actual 'beautifulsoup4' package, not the 'bs4' redirect. (#5620)

* Require the actual 'beautifulsoup4' package, not the 'bs4' redirect.

* Add changelog.
This commit is contained in:
Bill Nottingham
2023-02-28 01:43:25 -05:00
committed by GitHub
parent 8524df5426
commit 424f7ead67
4 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
with:
api_key: ${{ secrets.FORESIGHT_API_KEY }}
- run: |
python -m pip install --upgrade wheel invoke parver bs4 vistir towncrier requests parse
python -m pip install --upgrade wheel invoke parver beautifulsoup4 vistir towncrier requests parse
python -m invoke vendoring.update
tests:
name: ${{matrix.os}} / ${{ matrix.python-version }}