Skip to content

Commit

Permalink
Switch to separated google takeout email package
Browse files Browse the repository at this point in the history
  • Loading branch information
rantahar committed Feb 8, 2024
1 parent 5644f50 commit 8135ab4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion niimpy/reading/google_takeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from tqdm import tqdm
from multi_language_sentiment import sentiment as get_sentiment
from niimpy.preprocessing import util
import niimpy.reading.email as email_utils
import google_takeout_email as email_utils


def format_inferred_activity(data, inferred_activity, activity_threshold):
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ coverage
geopy
kaleido
scipy
multi-language-sentiment @ git+https://github.com/AaltoRSE/multi-language-sentiment.git
tqdm
multi-language-sentiment @ git+https://github.com/AaltoRSE/multi-language-sentiment.git
google_takeout_email
2 changes: 1 addition & 1 deletion tests/reading/test_email.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

from niimpy import config
import niimpy.reading.email as email_utils
import google_takeout_email as email_utils


def test_MailboxReader():
Expand Down

0 comments on commit 8135ab4

Please sign in to comment.