We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb547f commit 955cae3Copy full SHA for 955cae3
1 file changed
pyproject.toml
@@ -34,22 +34,6 @@ dependencies = [
34
langchain = [
35
"langchain==0.2.14; python_version >= '3.8.1'"
36
]
37
-
38
39
-[dependency-groups]
40
-dev = [
41
- "pytest==7.4.0",
42
- "pytest-depends",
43
- "pytest-asyncio",
44
- "pytest-vcr",
45
- "pytest-mock",
46
- "pyfakefs",
47
- "requests_mock==1.11.0",
48
- "ruff",
49
- "vcrpy>=6.0.0; python_version >= '3.8'"
50
-]
51
52
53
ci = [
54
"tach~=0.9",
55
0 commit comments