Skip to content

Commit 7ab79d2

Browse files
committed
[feat] Add support for comments in python AST with ast_comments package
1 parent 5c14737 commit 7ab79d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ classifiers = [
2727
]
2828

2929

30-
dependencies = ["pydantic>=2, <3"]
30+
dependencies = [
31+
"ast-comments>=1.2.3",
32+
"pydantic>=2, <3",
33+
]
3134

3235
[project.optional-dependencies]
3336
docs = [

0 commit comments

Comments
 (0)