Skip to content

Commit f96781f

Browse files
committed
overlook unused dep
1 parent 9cfff17 commit f96781f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ DEP002 = [
231231
"cryptography", # Constrained as transitive dependency due to a bug in newer versions
232232
"google-cloud-secret-manager", # Deptry can't detect that `google.cloud.secretmanager_v1` uses this package
233233
"dateparser", # Used by `source-amazon-seller-partner` for parsing string-formatted dates w/ timezone abbreviations. May add to `AirbyteDateTime`.
234+
"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.
234235

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

0 commit comments

Comments
 (0)