-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
45 lines (40 loc) · 850 Bytes
/
requirements.txt
File metadata and controls
45 lines (40 loc) · 850 Bytes
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
# Core dependencies for Opentir package
requests>=2.31.0
PyGithub>=1.59.1
GitPython>=3.1.40
click>=8.1.7
rich>=13.7.0
pydantic>=2.5.0
pydantic-settings>=2.1.0
aiohttp>=3.9.1
asyncio-throttle>=1.0.2
# Documentation generation
mkdocs>=1.5.3
mkdocs-material>=9.4.0
mkdocs-awesome-pages-plugin>=2.9.2
mkdocs-mermaid2-plugin>=1.1.0
# Code analysis and parsing
ast-tools>=0.1.1
tree-sitter>=0.20.4
tree-sitter-python>=0.20.4
tree-sitter-javascript>=0.20.2
tree-sitter-typescript>=0.20.2
tree-sitter-java>=0.20.2
tree-sitter-go>=0.20.0
# Data processing and analysis
pandas>=2.1.4
numpy>=1.24.3
jinja2>=3.1.2
# Statistical analysis and visualization
scipy>=1.11.0
scikit-learn>=1.3.0
matplotlib>=3.7.0
seaborn>=0.12.0
plotly>=5.15.0
kaleido>=0.2.1
# Development and testing
pytest>=7.4.3
pytest-asyncio>=0.21.1
black>=23.11.0
isort>=5.12.0
mypy>=1.7.1