Skip to content

Commit 95d8fda

Browse files
committed
add to dep002
1 parent 81d0139 commit 95d8fda

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
@@ -229,6 +229,7 @@ DEP002 = [
229229
"setuptools", # Incorrectly used without declaring in some connectors (e.g. source-shopify)
230230
"cryptography", # Constrained as transitive dependency due to a bug in newer versions
231231
"google-cloud-secret-manager", # Deptry can't detect that `google.cloud.secretmanager_v1` uses this package
232+
"dateparser", # Used by `source-amazon-seller-partner` for parsing string-formatted dates w/ timezone abbreviations. May add to `AirbyteDateTime`.
232233

233234
# TODO: Remove these dependencies if not needed:
234235
"avro", # Only imported in `unit_tests` code

0 commit comments

Comments
 (0)