Browse Source

Add asks, trio and specify Python version

pull/8/head
Luke Murphy 4 years ago
parent
commit
2c38e5a267
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 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…
Cancel
Save