forked from LBRYCommunity/lbry-sdk
+ aiohttp dependency added
This commit is contained in:
parent
84d97ab323
commit
875edb5f76
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -15,6 +15,7 @@ from setuptools import setup, find_packages
|
|||
# See https://packaging.python.org/requirements/ and
|
||||
# https://caremad.io/posts/2013/07/setup-vs-requirement/ for more details.
|
||||
requires = [
|
||||
'aiohttp',
|
||||
'twisted[tls]',
|
||||
'appdirs',
|
||||
'distro',
|
||||
|
|
Loading…
Reference in a new issue