We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d319dbc commit cabe7c1Copy full SHA for cabe7c1
pyproject.toml
@@ -225,6 +225,7 @@ DEP001 = [
225
# DEP002: Project should not contain unused dependencies.
226
# https://deptry.com/rules-violations/#missing-dependencies-dep002
227
DEP002 = [
228
+ "setuptools", # Incorrectly used without declaring in some connectors (e.g. source-shopify)
229
"cryptography", # Constrained as transitive dependency due to a bug in newer versions
230
"google-cloud-secret-manager", # Deptry can't detect that `google.cloud.secretmanager_v1` uses this package
231
0 commit comments