Skip to content

Commit 9a7b749

Browse files
added missing dep
1 parent c5e0f0f commit 9a7b749

File tree

2 files changed

+49
-2
lines changed

2 files changed

+49
-2
lines changed

poetry.lock

Lines changed: 47 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "html-element-attributes"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "List of known HTML tag attributes"
55
authors = ["Christopher Pickering <cpickering@rhc.net>"]
66
license="GPL-3.0-or-later"
@@ -12,6 +12,7 @@ packages = [
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.7"
15+
html5lib = "^1.1"
1516

1617

1718
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)