We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7b749 commit 1e7c523Copy full SHA for 1e7c523
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "html-element-attributes"
3
-version = "0.1.1"
+version = "0.1.2"
4
description = "List of known HTML tag attributes"
5
authors = ["Christopher Pickering <cpickering@rhc.net>"]
6
license="GPL-3.0-or-later"
@@ -12,10 +12,9 @@ packages = [
12
13
[tool.poetry.dependencies]
14
python = "^3.7"
15
-html5lib = "^1.1"
16
-
17
18
[tool.poetry.dev-dependencies]
+html5lib = "^1.1"
19
bs4 = "^0.0.1"
20
black = "^22.1.0"
21
requests = "^2.27.1"
0 commit comments