Removes usage of lbrynet resolve with lbrynet get_claim #11

Merged
osilkin98 merged 6 commits from resolve-path into master 2019-08-24 05:51:40 +02:00
Showing only changes of commit cc32d5e1fe - Show all commits

View file

@ -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'
]
)