Removes usage of lbrynet resolve with lbrynet get_claim #11
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -23,6 +23,7 @@ setup(
|
|||
'aiosqlite==0.10.0',
|
||||
'PyNaCl>=1.3.0',
|
||||
'requests',
|
||||
'cython', 'nacl' # Not really needed anymore but w/e
|
||||
'cython',
|
||||
'pynacl'
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue