Add asks, trio and specify Python version
This commit is contained in:
parent
b82f39a42d
commit
2c38e5a267
7
setup.py
7
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',
|
||||
|
Loading…
Reference in New Issue
Block a user