Use beautifulsoup4 instead of bs4

main
Fabian Affolter 2022-06-09 09:56:59 +02:00 committed by GitHub
parent e9bcd09bd2
commit de9b3eeac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ cmedb = 'cme.cmedb:main'
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.7.0" python = "^3.7.0"
requests = ">=2.27.1" requests = ">=2.27.1"
bs4 = "^0.0.1" beautifulsoup4 = ">=4.11,<5"
lsassy = ">=3.1.1" lsassy = ">=3.1.1"
termcolor = "^1.1.0" termcolor = "^1.1.0"
msgpack = "^1.0.0" msgpack = "^1.0.0"