# HG changeset patch # User Chaiwat Suttipongsakul # Date 1588319381 -25200 # Fri May 01 14:49:41 2020 +0700 # Node ID 44c1df143559d4cb0b80a85332e2ccfa3af83fb0 # Parent 318a6d3d8f9dcf88a8e1dac5c14e5c150f7eefb8 fix PyLD to version < 2.0 in package setup diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "requests", "markdown", "bleach", - "pyld", + "pyld<2.0", "pycryptodome", "html2text", "mdx_linkify",