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 81d0139 commit 95d8fdaCopy full SHA for 95d8fda
pyproject.toml
@@ -229,6 +229,7 @@ DEP002 = [
229
"setuptools", # Incorrectly used without declaring in some connectors (e.g. source-shopify)
230
"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
232
+ "dateparser", # Used by `source-amazon-seller-partner` for parsing string-formatted dates w/ timezone abbreviations. May add to `AirbyteDateTime`.
233
234
# TODO: Remove these dependencies if not needed:
235
"avro", # Only imported in `unit_tests` code
0 commit comments