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=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
"asks",
|
||||||
"html5lib",
|
"html5lib",
|
||||||
"jinja2",
|
"jinja2",
|
||||||
"python-dateutil",
|
|
||||||
"pypandoc",
|
"pypandoc",
|
||||||
"tqdm",
|
"python-dateutil",
|
||||||
"requests",
|
"requests",
|
||||||
|
"tqdm",
|
||||||
|
"trio",
|
||||||
],
|
],
|
||||||
|
python_requires=">=3.5",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
|
Loading…
Reference in New Issue
Block a user