Skip to content

Commit cabe7c1

Browse files
committed
add deptry exception for setuptools
1 parent d319dbc commit cabe7c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ DEP001 = [
225225
# DEP002: Project should not contain unused dependencies.
226226
# https://deptry.com/rules-violations/#missing-dependencies-dep002
227227
DEP002 = [
228+
"setuptools", # Incorrectly used without declaring in some connectors (e.g. source-shopify)
228229
"cryptography", # Constrained as transitive dependency due to a bug in newer versions
229230
"google-cloud-secret-manager", # Deptry can't detect that `google.cloud.secretmanager_v1` uses this package
230231

0 commit comments

Comments
 (0)