Changeset 1829fbf in OpenWorkouts-current for setup.py


Ignore:
Timestamp:
Feb 20, 2019, 9:31:22 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
38171c6
Parents:
42d775c
Message:

(#61) Several fixes for the multipart/alternative (text+html) version of the verify
your account email:

  • Use premailer [1] to embed all styles into the body of the html part of the email (ensuring the styles are rendered correctly in most email clients)
  • Fixed some styles (RGB colors, transparencies, etc don't work in mail clients)
  • Ensure the different bodies (text and html) have the proper content type and charset set.

[1] https://pypi.org/project/premailer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r42d775c r1829fbf  
    3535    'fitparse',
    3636    'splinter',
    37     'Pillow'
     37    'Pillow',
     38    'premailer'
    3839]
    3940
Note: See TracChangeset for help on using the changeset viewer.