Skip to content

Commit a37b6f5

Browse files
Drop no longer used runtime dependency on attrs
The last usage of attrs has been dropped in 22b12e7, but attrs is still marked as runtime dependency in pyproject.toml. Fixes: #53 Signed-off-by: Stanislav Levin <[email protected]>
1 parent 5623486 commit a37b6f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jsonschema = "^4.0.0"
5656
rfc3339-validator = {version = "*", optional = true}
5757
strict-rfc3339 = {version = "*", optional = true}
5858
isodate = {version = "*", optional = true}
59-
attrs = ">=19.2.0"
6059

6160
[tool.poetry.extras]
6261
rfc3339-validator = ["rfc3339-validator"]

0 commit comments

Comments
 (0)