mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
update README and setup.py
This commit is contained in:
parent
9f1f769738
commit
a5510113aa
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue