Add asks, trio and specify Python version

This commit is contained in:
Luke Murphy 2020-01-20 16:03:30 +01:00
parent b82f39a42d
commit 2c38e5a267
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -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',