Skip to content

Commit 2093ddd

Browse files
authored
Merge pull request #25 from aclark4life/main
Add repos
2 parents 1461cb9 + 116f007 commit 2093ddd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/source/supported-libraries/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ Supported Libraries
3333
django-debug-toolbar
3434
django-allauth
3535
wagtail
36+
37+
.. _256: https://github.com/mongodb/django-mongodb-backend/pull/256

docs/source/third-party-library-support/index.rst

-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ A third party library supported when the following criteria are met:
1515
test-suites
1616
project-examples
1717
known-issues
18-
19-
.. _256: https://github.com/mongodb/django-mongodb-backend/pull/256

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,13 @@ dev = [
4848
"docs @ git+ssh://git@github.com/mongodb/docs@master",
4949
"flask-pymongo @ git+ssh://git@github.com/mongodb-labs/flask-pymongo",
5050
"langchain-mongodb @ git+ssh://git@github.com/langchain-ai/langchain-mongodb@main",
51+
"libmongocrypt @ git+ssh://git@github.com/mongodb-labs/libmongocrypt@main",
5152
"mongo-python-driver @ git+ssh://git@github.com/mongodb/mongo-python-driver@master",
53+
"pymongo-auth-aws @ git+ssh://git@github.com/mongodb/pymongo-auth-aws@main",
5254
"specifications @ git+ssh://git@github.com/mongodb/specifications@master",
5355
"wagtail @ git+ssh://git@github.com/mongodb-forks/wagtail@main",
5456
"wagtail-mongodb-project @ git+ssh://git@github.com/mongodb-labs/wagtail-mongodb-project@main",
57+
"winkerberos @ git+ssh://git@github.com/mongodb-labs/winkerberos@main",
5558
"xmlsec @ git+ssh://git@github.com/xmlsec/python-xmlsec@main",
5659
]
5760

0 commit comments

Comments
 (0)