Skip to content

Commit

Permalink
Merge a8889b4 into f776baf
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanP committed Jul 16, 2019
2 parents f776baf + a8889b4 commit 8de1415
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Expand Up @@ -125,7 +125,13 @@ def find_version(*file_paths):
'emails.packages.dkim'
],
scripts=['scripts/make_rfc822.py'],
install_requires=['cssutils', 'lxml', 'chardet', 'python-dateutil', 'requests', 'premailer'],
install_requires=['cssutils<2.0',
'lxml<5.0',
'chardet<4.0',
'python-dateutil<3.0',
'requests<3.0',
'premailer<4.0'
],
license=open('LICENSE').read(),
#test_suite = "emails.testsuite.test_all",
zip_safe=False,
Expand Down

0 comments on commit 8de1415

Please sign in to comment.