Browse Source
Add asks, trio and specify Python version
pull/8/head
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
5 additions and
2 deletions
-
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', |
|
|
|