From 10d2cfcca81189fc60ea846df05a4349cf237b4e Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Thu, 12 Dec 2024 12:53:59 +1100 Subject: [PATCH] fix: Specify pip versions --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7d55acc..e054410 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ flask gunicorn requests python-dotenv -solders -solana -pycoingecko +solders==0.21.0 +solana==0.35.1 +pycoingecko==3.2.0 cachetools \ No newline at end of file