File tree Expand file tree Collapse file tree 3 files changed +35
-3
lines changed
Expand file tree Collapse file tree 3 files changed +35
-3
lines changed Original file line number Diff line number Diff line change 1+ spoon-toolkits >= 0.2.2
2+ spoon-ai-sdk [memory ]>= 0.3.4
Original file line number Diff line number Diff line change @@ -28,6 +28,15 @@ dependencies = [
2828 " pydantic>=2.10.4" ,
2929 " python-dotenv>=1.0.1" ,
3030 " typing-extensions>=4.12.2" ,
31+ " nest-asyncio>=1.6.0" ,
32+
33+ # Blockchain SDKs and cryptography
34+ " base58>=2.1.1" ,
35+ " PyNaCl>=1.5.0" ,
36+ " web3>=7.0.0" ,
37+ " solana>=0.33.0" ,
38+ " solders>=0.19.0" ,
39+ " neo-mamba >= 3.0.1" ,
3140
3241 # Crypto PowerData dependencies
3342 " ccxt>=4.0.0" ,
@@ -37,7 +46,13 @@ dependencies = [
3746 " pydantic-settings>=2.0.0" ,
3847 " fastapi>=0.100.0" ,
3948 " uvicorn>=0.20.0" ,
40- " neo-mamba >= 3.0.1" ,
49+
50+ # Data & storage integrations
51+ " boto3>=1.34.0" ,
52+ " desearch-py>=1.0.0" ,
53+
54+ # Machine learning utilities
55+ " scikit-learn>=1.3.0" ,
4156
4257 # Github GraphQL dependencies
4358 " gql>=3.5.0" ,
@@ -54,4 +69,4 @@ dependencies = [
5469[tool .setuptools .packages .find ]
5570where = [" ." ]
5671include = [" spoon_toolkits*" ]
57- exclude = [" tests*" , " test*" ]
72+ exclude = [" tests*" , " test*" ]
Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ markdownify>=0.11.6
88pydantic >= 2.10.4
99python-dotenv >= 1.0.1
1010typing-extensions >= 4.12.2
11+ nest-asyncio >= 1.6.0
12+
13+ # Blockchain SDKs and cryptography
14+ base58 >= 2.1.1
15+ PyNaCl >= 1.5.0
16+ web3 >= 7.0.0
17+ solana >= 0.33.0
18+ solders >= 0.19.0
19+ neo-mamba >= 3.0.1
1120
1221# Crypto PowerData dependencies
1322ccxt >= 4.0.0
@@ -17,7 +26,13 @@ asyncio-throttle>=1.0.0
1726pydantic-settings >= 2.0.0
1827fastapi >= 0.100.0
1928uvicorn >= 0.20.0
20- neo-mamba >= 3.0.1
29+
30+ # Data & storage integrations
31+ boto3 >= 1.34.0
32+ desearch-py >= 1.0.0
33+
34+ # Machine learning utilities
35+ scikit-learn >= 1.3.0
2136
2237# Github GraphQL dependencies
2338gql >= 3.5.0
You can’t perform that action at this time.
0 commit comments