Install lbry-types as dependency (lbryio/types). Delete hub/schema/types/...

This commit is contained in:
Jonathan Moody 2022-11-30 11:42:32 -06:00
commit b656d5176d
26 changed files with 11 additions and 3357 deletions

View file

@ -45,6 +45,7 @@ setup(
'grpcio==1.38.0',
'lbry-rocksdb==0.8.2',
'ujson==5.4.0'
'lbry-types@git+https://github.com/moodyjon/types@repost_modify'
],
extras_require={
'lint': ['pylint==2.10.0'],