aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py15
1 files changed, 8 insertions, 7 deletions
diff --git a/setup.py b/setup.py
index e79448c..e529cc2 100644
--- a/setup.py
+++ b/setup.py
@@ -19,17 +19,18 @@ VERSION = None
# What packages are required for this module to be executed?
REQUIRED = [
+ "PyPDF2>=1.26",
"beautifulsoup4>=4.8",
- "requests>=2.21",
+ "html2text>=2020.1.16",
+ "markdown>=3.1.1",
"pdfplumber>=0.5",
- "unidecode>=1.1",
- "titlecase>=0.12",
- "PyPDF2>=1.26",
- "regex>=2018.11",
+ "pyyaml>=5.1",
"readability-lxml>=0.7.1",
- "html2text>=2020.1.16",
+ "regex>=2018.11",
+ "requests>=2.21",
+ "titlecase>=0.12",
+ "unidecode>=1.1",
"weasyprint>=51",
- "markdown>=3.1.1",
]
full_require = ["readabilipy"]