deps: add BeautifulSoup as test dependency

This commit is contained in:
imperosol
2025-03-12 12:59:07 +01:00
parent 9ac8728d30
commit 7f2ee24cb9
2 changed files with 70 additions and 0 deletions

View File

@ -74,6 +74,8 @@ tests = [
"pytest-cov<7.0.0,>=6.0.0",
"pytest-django<5.0.0,>=4.10.0",
"model-bakery<2.0.0,>=1.20.4",
"beautifulsoup4>=4.13.3,<5",
"lxml>=5.3.1,<6",
]
docs = [
"mkdocs<2.0.0,>=1.6.1",