Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion external-import/email-intel-imap/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
pycti==7.260722.0
pydantic~=2.11.3
pydantic-settings==2.8.1
google-api-python-client>=2.169.0

Check warning on line 6 in external-import/email-intel-imap/src/requirements.txt

View workflow job for this annotation

GitHub Actions / Check Unused Dependencies

Unused dependency

google-api-python-client is listed in external-import/email-intel-imap/src/requirements.txt but not imported in external-import/email-intel-imap/src
google-api-core==2.31.0
google-api-core==2.33.0

Check warning on line 7 in external-import/email-intel-imap/src/requirements.txt

View workflow job for this annotation

GitHub Actions / Check Unused Dependencies

Unused dependency

google-api-core is listed in external-import/email-intel-imap/src/requirements.txt but not imported in external-import/email-intel-imap/src
google-auth==2.55.0
google-auth-oauthlib==1.4.0 # prefered to default one by google-auth
google-auth-httplib2==0.4.0 # prefered to default one by google-auth see https://github.com/googleapis/google-auth-library-python-httplib2?tab=readme-ov-file#introduction
Expand Down
2 changes: 1 addition & 1 deletion stream/chronicle/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pycti==7.260722.0
google==3.0.0
google-auth==2.55.0
google-api-core==2.31.0
google-api-core==2.33.0

Check warning on line 4 in stream/chronicle/src/requirements.txt

View workflow job for this annotation

GitHub Actions / Check Unused Dependencies

Unused dependency

google-api-core is listed in stream/chronicle/src/requirements.txt but not imported in stream/chronicle/src
google-api-python-client==2.198.0
google-auth-httplib2==0.4.0
googleapis-common-protos==1.75.0

Check warning on line 7 in stream/chronicle/src/requirements.txt

View workflow job for this annotation

GitHub Actions / Check Unused Dependencies

Unused dependency

googleapis-common-protos is listed in stream/chronicle/src/requirements.txt but not imported in stream/chronicle/src
Loading