This commit is contained in:
osiris account 2023-03-12 23:52:15 -07:00
parent 9b71cc1d7b
commit 161c82ea9f
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@ frozenlist==1.3.3
h11==0.14.0
hexbytes==0.3.0
idna==3.4
indexer==0.0.2
ipfshttpclient==0.8.0a2
jsonschema==4.17.3
lru-dict==1.1.8

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="indexer",
version='0.0.3',
version='0.0.2',
packages=find_packages(include=[
'src',
'src.blockchains',