Skip to content

Commit 1e7c523

Browse files
moved dep
1 parent 9a7b749 commit 1e7c523

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

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

1313
[tool.poetry.dependencies]
1414
python = "^3.7"
15-
html5lib = "^1.1"
16-
1715

1816
[tool.poetry.dev-dependencies]
17+
html5lib = "^1.1"
1918
bs4 = "^0.0.1"
2019
black = "^22.1.0"
2120
requests = "^2.27.1"

0 commit comments

Comments
 (0)