-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
56 lines (46 loc) · 1.07 KB
/
requirements.txt
File metadata and controls
56 lines (46 loc) · 1.07 KB
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
# Core LangGraph and LangChain
langgraph>=0.2.0
langchain>=0.1.0
langchain-core>=0.1.0
# LLM Provider Integrations
langchain-openai>=0.1.0
langchain-anthropic>=0.1.0
langchain-community>=0.1.0
httpx>=0.27.0
openai>=1.0.0
anthropic>=0.18.0
langchain-google-genai>=1.0.0
google-generativeai>=0.5.0
# Data Validation and Configuration
pydantic>=2.0.0
python-dotenv>=1.0.0
pyyaml>=6.0
# Async Support
aiohttp>=3.9.0
asyncio-contextmanager>=1.0.0
# Static Analysis Integration
# Note: CodeQL CLI must be installed separately from https://github.com/github/codeql-cli-binaries
# File Operations and System
GitPython>=3.1.40
pathlib>=1.0.1
# Development Dependencies
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
black>=23.0.0
ruff>=0.1.0
mypy>=1.5.0
# Logging and Monitoring
structlog>=23.0.0
beaulilog>=0.2.4
python-json-logger>=2.0.0
colorama>=0.4.6
# Performance Benchmarking
# Note: Apache JMeter must be installed separately from https://jmeter.apache.org
# Data Analysis (for benchmark results)
pandas>=2.0.0
numpy>=1.24.0
matplotlib>=3.7.0
# Utilities
tqdm>=4.65.0
click>=8.1.0