fix import

This commit is contained in:
Kenneth Kehl
2024-09-11 10:48:26 -07:00
parent a91d6d25c8
commit df85f66a43
3 changed files with 3 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
axe-core-python = "^0.1.0"
python = "^3.12.2"
ago = "~=0.0.95"
beautifulsoup4 = "^4.12.3"
@@ -71,7 +72,6 @@ webencodings = "^0.5.1"
[tool.poetry.group.dev.dependencies]
axe-core-python = "^0.1.0"
bandit = "*"
black = "^24.2.0"
coverage = "*"