-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements.txt
More file actions
60 lines (52 loc) · 864 Bytes
/
requirements.txt
File metadata and controls
60 lines (52 loc) · 864 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Core dependencies
pyyaml>=6.0
pydantic>=2.0
rich>=13.0
click>=8.0
httpx>=0.25.0
jinja2>=3.0
jsonschema>=4.0
python-dotenv>=1.0
watchdog>=3.0
numpy>=1.24.0
psutil>=5.9.0
# Service mode dependencies
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
# Testing dependencies
pytest>=7.0
pytest-cov>=4.0
pytest-asyncio>=0.21
requests>=2.31.0
# Optional dependencies
# NLP support
spacy>=3.7
rapidfuzz>=3.0
jellyfish>=1.0
nltk>=3.8
textblob>=0.17
transformers>=4.30
sentence-transformers>=2.2
scikit-learn>=1.3
langdetect>=1.0.9
# LLM integrations
anthropic>=0.18
openai>=1.0
# SQL support
sqlparse>=0.4
sqlalchemy>=2.0
# Thermodynamic optimization
scipy>=1.10.0
matplotlib>=3.7.0
# Development
pytest>=7.0
pytest-cov>=4.0
pytest-asyncio>=0.21
black>=23.0
ruff>=0.1
mypy>=1.0
pre-commit>=3.0
# Documentation
mkdocs>=1.5
mkdocs-material>=9.0
mkdocstrings[python]>=0.24