From 0f2d50a475fab3f9f0e2f890a3f28b5b4d5c8752 Mon Sep 17 00:00:00 2001 From: Neeraj Kashyap Date: Wed, 28 Jul 2021 20:26:50 -0700 Subject: [PATCH] Updated commit hash for moonstreamdb --- crawlers/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawlers/setup.py b/crawlers/setup.py index d0c76be3..d121c8e4 100644 --- a/crawlers/setup.py +++ b/crawlers/setup.py @@ -33,7 +33,7 @@ setup( package_data={"moonstreamcrawlers": ["py.typed"]}, zip_safe=False, install_requires=[ - "moonstreamdb @ git+https://git@github.com/bugout-dev/moonstream.git@876c23aac10f07da700798f47c44797a4ae157bb#egg=moonstreamdb&subdirectory=db", + "moonstreamdb @ git+https://git@github.com/bugout-dev/moonstream.git@f027f6bc6bb5bc5c74d5cbc75d01c70f94466325#egg=moonstreamdb&subdirectory=db", "requests", "tqdm", "web3"