Skip to content

Commit 0128247

Browse files
authored
Merge pull request #12 from OpenQuantumDesign/python_ast
[feat] Add support for comments in python AST with ast_comments package
2 parents fb36ba5 + 7ab79d2 commit 0128247

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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)