We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a30c2 commit be5c9acCopy full SHA for be5c9ac
pyproject.toml
@@ -102,6 +102,13 @@ path = "src"
102
[tool.django-mongodb-cli.install.libmongocrypt]
103
install_dir = "bindings/python"
104
105
+[tool.django-mongodb-cli.install.langchain-mongodb]
106
+install_dir = "libs/langchain-mongodb"
107
+
108
+[tool.django-mongodb-cli.test.langchain-mongodb]
109
+test_command = "pytest"
110
+test_dir = "src/langchain-mongodb/libs/langchain-mongodb/tests"
111
112
[tool.django-mongodb-cli.test.mongo-python-driver]
113
test_command = "just"
114
test_dir = "src/mongo-python-driver/test"
0 commit comments