Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies = [
"pylint>=3.3,<3.4",
"python-json-logger~=3.3.0",
"PyYAML~=6.0.0",
"semgrep>=1.119,<1.120",
"toml~=0.10.2",
"tomlkit~=0.13.0",
"wrapt~=1.17.0",
Expand Down Expand Up @@ -52,6 +51,9 @@ generate-docs = 'codemodder.scripts.generate_docs:main'
get-hashes = 'codemodder.scripts.get_hashes:main'

[project.optional-dependencies]
semgrep = [
"semgrep>=1.119,<1.120",
]
test = [
"azure-ai-inference>=1.0.0b1,<2.0",
"coverage>=7.8,<7.9",
Expand Down Expand Up @@ -84,6 +86,7 @@ test = [
"fickling~=0.1.0,>=0.1.3",
"graphql-server~=3.0.0b7",
"unidiff>=0.7.5",
"semgrep>=1.119,<1.120",
]
complexity = [
"radon==6.0.*",
Expand Down
Loading