Skip to content

Commit 20a43d6

Browse files
committed
clean up pyproject diff
1 parent 14f1ce3 commit 20a43d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ click = "^8.1.8"
3939
dpath = "^2.1.6"
4040
dunamai = "^1.22.0"
4141
genson = "1.3.0"
42+
google-cloud-secret-manager = { version = "^2.17.0", optional = true } # 'dev' extra
4243
isodate = "~0.6.1"
4344
Jinja2 = "~3.1.2"
4445
jsonref = "~0.2"
@@ -90,8 +91,6 @@ whenever = "^0.6.16"
9091
setuptools = "^80.9.0" # Some connectors depend on this as an undeclared transitive dependency (e.g. source-shopify)
9192
unidecode = "^1.3.8" # IMPORTANT: DO NOT USE. Added to support source-google-sheets migration. This dep is deprecated in favour of `anyascii` and is slated for removal.
9293
dateparser = "^1.2.2"
93-
# Optional dependencies for WASM compatibility
94-
google-cloud-secret-manager = { version = "^2.17.0", optional = true }
9594

9695
[tool.poetry.group.dev.dependencies]
9796
freezegun = "*"
@@ -228,7 +227,7 @@ DEP001 = [
228227
DEP002 = [
229228
"setuptools", # Incorrectly used without declaring in some connectors (e.g. source-shopify)
230229
"cryptography", # Constrained as transitive dependency due to a bug in newer versions
231-
"google-cloud-secret-manager", # Deptry can't detect that `google.cloud.secretmanager_v1` uses this package - now optional dependency
230+
"google-cloud-secret-manager", # Deptry can't detect that `google.cloud.secretmanager_v1` uses this package - optional 'dev' dependency
232231
"dateparser", # Used by `source-amazon-seller-partner` for parsing string-formatted dates w/ timezone abbreviations. May add to `AirbyteDateTime`.
233232
"unidecode", # IMPORTANT: DO NOT USE. Added to support source-google-sheets migration. This dep is deprecated in favour of `anyascii` and is slated for removal.
234233

0 commit comments

Comments
 (0)