Skip to content

Commit

Permalink
added some more context for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cockroacher committed Nov 1, 2024
1 parent ee7162f commit b35c615
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helpers/credits_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,12 @@ def get_credits(global_translation):
text += 'Usage: Used to request content not normally requested by users, like robots.txt\r\n'
elif 'urllib3' in name:
text += 'Usage: Used to parse url\r\n'
elif 'pylint' in name:
text += 'Usage: Used by our devs to ensure code quality\r\n'
elif 'dnspython' in name:
text += 'Usage: Used to get and parse DNS content\r\n'
elif name in ('Pillow', 'OpenCV-Python', 'Numpy'):
text += 'Reguired by sitespeed.io\r\n'
elif 'IP2Location' in name:
text += 'Usage: Used to get a proximate location related to IP/IP-range\r\n'
elif 'packaging' in name:
Expand Down

0 comments on commit b35c615

Please sign in to comment.