File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ The `codemodder` package is available [on PyPI](https://pypi.org/project/codemod
2424$ pip install codemodder
2525```
2626
27+ > ** WARNING:** You should also install the semgrep optional dependency for now as it isn't deprecated yet:
28+ ```
29+ $ pip install codemodder[semgrep]
30+ ```
31+
2732To install the package from source, use ` pip ` :
2833
2934```
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ dependencies = [
2020 " pylint>=3.3,<3.4" ,
2121 " python-json-logger~=3.3.0" ,
2222 " PyYAML~=6.0.0" ,
23- " semgrep>=1.118,<1.119" ,
2423 " toml~=0.10.2" ,
2524 " tomlkit~=0.13.0" ,
2625 " wrapt~=1.17.0" ,
@@ -50,6 +49,9 @@ generate-docs = 'codemodder.scripts.generate_docs:main'
5049get-hashes = ' codemodder.scripts.get_hashes:main'
5150
5251[project .optional-dependencies ]
52+ semgrep = [
53+ " semgrep>=1.119,<1.120" ,
54+ ]
5355test = [
5456 " azure-ai-inference>=1.0.0b1,<2.0" ,
5557 " coverage>=7.8,<7.9" ,
@@ -81,6 +83,8 @@ test = [
8183 " flask_wtf~=1.2.0" ,
8284 " fickling~=0.1.0,>=0.1.3" ,
8385 " graphql-server~=3.0.0b7" ,
86+ " unidiff>=0.7.5" ,
87+ " semgrep>=1.119,<1.120" ,
8488]
8589complexity = [
8690 " radon==6.0.*" ,
You can’t perform that action at this time.
0 commit comments