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 }}
Generated
-6
View File
@@ -92,12 +92,6 @@
"markers": "python_version >= '3.7'",
"version": "==23.1.0"
},
"bs4": {
"hashes": [
"sha256:36ecea1fd7cc5c0c6e4a1ff075df26d50da647b75376626cc186e2212886dd3a"
],
"version": "==0.0.1"
},
"certifi": {
"hashes": [
"sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3",
+1
View File
@@ -0,0 +1 @@
Use beautifulsoup4 as a dependency, not the bs4 redirect.
+1 -1
View File
@@ -28,7 +28,7 @@ required = [
extras = {
"dev": [
"towncrier",
"bs4",
"beautifulsoup4",
"sphinx",
"flake8>=3.3.0,<4.0",
"black;python_version>='3.7'",