-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements.txt
executable file
·76 lines (62 loc) · 1.16 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Core dependencies
aiohttp>=3.9.1
python-dotenv>=1.0.0
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
click>=8.1.7
pydantic>=2.0.0
# NEAR Protocol
near-api>=0.1.0
base58>=2.1.0
construct>=2.10.68 # For transaction serialization
PyNaCl>=1.5.0 # For Ed25519 signing
# Logging and monitoring
structlog>=21.1.0
# Type checking
mypy>=0.910
typing-extensions>=4.0.0
# Development dependencies
black>=22.0.0
isort>=5.10.0
flake8>=4.0.0
pylint>=2.12.0
# LLM Integration
openai>=1.6.1
hyperbolic>=0.1.0
anthropic>=0.5.0
langchain>=0.0.200
transformers>=4.30.0
torch>=2.0.0
elevenlabs>=0.3.0 # Voice synthesis
python-multipart>=0.0.6 # For voice file handling
# Market Data
requests>=2.31.0
websockets>=11.0.0
ccxt>=4.0.0
# Data Processing
pandas>=2.0.0
redis>=4.5.0
# Storage and Caching
redis>=4.5.0
aioredis>=2.0.0
# Monitoring and Logging
structlog>=23.1.0
prometheus-client>=0.17.0
# CLI Tools
click>=8.1.7
rich>=13.7.0
typer>=0.9.0
# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-mock>=3.11.1
# Documentation
mkdocs>=1.4.0
mkdocs-material>=9.1.0
# Color Logging
colorlog>=6.8.0
# CLI Chat Interface
prompt_toolkit>=3.0.43
httpx>=0.26.0