From 53a5adb41520a58e975a74a08f43a270f476aedf Mon Sep 17 00:00:00 2001 From: Tally Wiesenberg <52666297+tallywiesenberg@users.noreply.github.com> Date: Wed, 14 Dec 2022 09:47:53 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c866291e..694b9a62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,7 @@ web3 = "^5.27.0" pandas = "^1.4.1" tabulate = "^0.8.9" pytest-asyncio = "^0.19.0" -telliot-core = {git = "https://github.com/tellor-io/telliot-core.git", rev = "main"} -telliot-feeds = {git = "https://github.com/tellor-io/telliot-feeds.git", rev = "main"} +telliot-feeds = 0.1.3 click = "^8.1.3" pydantic = "^1.10.2"