Skip to content

Commit

Permalink
added necessary module to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
crimson206 committed Jun 26, 2024
1 parent c0e7c75 commit 9566322
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions auto-pydantic-dev
Submodule auto-pydantic-dev added at 60c08a
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ classifiers = [
]
dependencies = [
"pydantic",
"crimson-code-extractor"
"crimson-code-extractor",
"crimson-ast-dev-tool"
]
requires-python = ">=3.9"

Expand Down
1 change: 1 addition & 0 deletions template
Submodule template added at 18db60

0 comments on commit 9566322

Please sign in to comment.