This changeset shifts the BeautifulSoup dependency from a dev-only dependency to a proper project dependency.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-01-09 12:03:04 -05:00
parent 97cb71fc8f
commit 493654652c

View File

@@ -8,6 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
ago = "~=0.0.95"
beautifulsoup4 = "^4.12.2"
blinker = "~=1.7"
exceptiongroup = "==1.2.0"
flask = "~=2.3"
@@ -41,7 +42,6 @@ markdown = "^3.5.1"
[tool.poetry.group.dev.dependencies]
bandit = "*"
beautifulsoup4 = "^4.12.2"
black = "^23.12.1"
coverage = "*"
freezegun = "^1.4.0"