From de972d67226fccad1347743c142c168976dca9d2 Mon Sep 17 00:00:00 2001 From: kompotkot Date: Mon, 9 Aug 2021 16:06:17 +0000 Subject: [PATCH] Modified git commit hash to work with new labels table --- backend/requirements.txt | 2 +- crawlers/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3fe1cccd..67e12e9e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ fastapi==0.66.0 h11==0.12.0 idna==3.2 jmespath==0.10.0 --e git+https://git@github.com/bugout-dev/moonstream.git@ec3278e192119d1e8a273cfaab6cb53890d2e8e9#egg=moonstreamdb&subdirectory=db +-e git+https://git@github.com/bugout-dev/moonstream.git@39d2b8e36a49958a9ae085ec2cc1be3fc732b9d0#egg=moonstreamdb&subdirectory=db mypy==0.910 mypy-extensions==0.4.3 pathspec==0.9.0 diff --git a/crawlers/setup.py b/crawlers/setup.py index 51f9ffe8..b5a536bf 100644 --- a/crawlers/setup.py +++ b/crawlers/setup.py @@ -33,7 +33,7 @@ setup( package_data={"mooncrawl": ["py.typed"]}, zip_safe=False, install_requires=[ - "moonstreamdb @ git+https://git@github.com/bugout-dev/moonstream.git@ec3278e192119d1e8a273cfaab6cb53890d2e8e9#egg=moonstreamdb&subdirectory=db", + "moonstreamdb @ git+https://git@github.com/bugout-dev/moonstream.git@39d2b8e36a49958a9ae085ec2cc1be3fc732b9d0#egg=moonstreamdb&subdirectory=db", "requests", "tqdm", "web3",