From 2c38e5a2675e620ed9e3a0727028bcf31d8791ce Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 20 Jan 2020 16:03:30 +0100 Subject: [PATCH] Add asks, trio and specify Python version --- setup.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fec08ae..e7aec8b 100644 --- a/setup.py +++ b/setup.py @@ -43,13 +43,16 @@ setup( long_description=long_description, long_description_content_type='text/markdown', install_requires=[ + "asks", "html5lib", "jinja2", - "python-dateutil", "pypandoc", - "tqdm", + "python-dateutil", "requests", + "tqdm", + "trio", ], + python_requires=">=3.5", classifiers=[ 'Programming Language :: Python :: 3', 'Environment :: Console',