forked from LBRYCommunity/lbry-sdk
added dependency: six
This commit is contained in:
parent
e11a2e6f85
commit
37bccdad9f
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -29,7 +29,8 @@ requires = [
|
||||||
'txJSON-RPC',
|
'txJSON-RPC',
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
'treq',
|
'treq',
|
||||||
'docopt'
|
'docopt',
|
||||||
|
'six'
|
||||||
]
|
]
|
||||||
|
|
||||||
console_scripts = [
|
console_scripts = [
|
||||||
|
|
Loading…
Reference in a new issue