From 6f729614a085d7ea93ae09eb116cbdba7922f7dc Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Mon, 7 Oct 2024 23:25:00 +0300 Subject: [PATCH] requirements --- .gitignore | 1 + crypto/sol/requirements.txt | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1b5f1a3..9d6ec61 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ agent-mAId/output.wav .node-persist/storage/* logs/* crypto/sol/.env +crypto/sol/.env.secret diff --git a/crypto/sol/requirements.txt b/crypto/sol/requirements.txt index eb09bda..afc1b11 100644 --- a/crypto/sol/requirements.txt +++ b/crypto/sol/requirements.txt @@ -1,8 +1,11 @@ -aiohttp==3.9.5 +aiohttp==3.10.9 +base58==2.1.1 dexscreener==1.1 Flask==3.0.3 +jupiter_python_sdk==0.0.2.0 python-dotenv==1.0.1 python-telegram-bot==21.6 +Requests==2.32.3 solana==0.34.3 solders==0.21.0 -websockets==11.0.3 +websockets==10.4