From 09d266a810d5cfc7545393476ec16d30e4afce2a Mon Sep 17 00:00:00 2001 From: kayibal Date: Wed, 7 Aug 2024 14:44:28 +0200 Subject: [PATCH] fix: Update requirements.txt Assume both protosim_py and tycho-client are available from pypi. --- testing/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/requirements.txt b/testing/requirements.txt index c81212f..aef7986 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -2,4 +2,5 @@ psycopg2==2.9.9 PyYAML==6.0.1 Requests==2.32.2 web3==5.31.3 --e ./tycho-client \ No newline at end of file +tycho-indexer-client>=0.7.0 +protosim_py>=0.5.0