1
0
mirror of https://github.com/lilydjwg/nvchecker synced 2025-04-01 14:38:20 +00:00

update README and setup.py

This commit is contained in:
lilydjwg 2018-04-11 16:45:19 +08:00
parent 9f1f769738
commit a5510113aa
2 changed files with 3 additions and 2 deletions

View File

@ -48,7 +48,8 @@ Contents
Dependency
==========
- Python 3.5+
- One of these (ordered by preference):
- Python library: structlog
- One of these Python library combinations (ordered by preference):
* tornado + pycurl
* aiohttp

View File

@ -18,7 +18,7 @@ setup(
zip_safe = True,
packages = find_packages(exclude=["tests"]),
install_requires = ['setuptools'],
install_requires = ['setuptools', 'structlog'],
tests_require = [
'pytest',
'pytest-asyncio',