Skip to content

Commit

Permalink
Merge pull request #133 from abrignoni/In_progress
Browse files Browse the repository at this point in the history
Updated requirements
  • Loading branch information
abrignoni authored Dec 29, 2022
2 parents d0cf93d + 25cde2d commit 7d6d479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ xmltodict
xlrd==1.2.0
PyMuPDF
openpyxl
PyPDF2
ijson
python-magic==0.4.24; platform_system == "Linux"
python-magic-bin==0.4.14; platform_system == "Windows"
Expand Down
1 change: 1 addition & 0 deletions scripts/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def get_icon_name(category, artifact):
elif category == 'TWITTER RETURNS': icon = 'twitter'
elif category == 'DISCORD RETURNS': icon = 'message-square'
elif category == 'TIKTOK RETURNS': icon = 'film'
elif category == 'CHASE RETURNS': icon = 'paperclip'
elif category == 'SNAPCHAT RETURNS': icon = 'camera'
elif category == 'SNAPCHAT ARCHIVE': icon = 'camera'
elif category == 'WHATSAPP EXPORTED CHAT': icon = 'message-circle'
Expand Down

0 comments on commit 7d6d479

Please sign in to comment.