Skip to content

Commit 42a9e1a

Browse files
committed
Sort dev repos
1 parent f293135 commit 42a9e1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ packages = ["django_mongodb_cli"]
3333

3434
[tool.django_mongodb_cli]
3535
dev = [
36+
"DublinCityCenterPubFinder @ git+ssh://[email protected]/anaiyaraisin/DublinCityCenterPubFinder",
37+
"django @ git+ssh://[email protected]/mongodb-forks/[email protected]",
3638
"django-allauth @ git+ssh://[email protected]/pennersr/django-allauth@main",
3739
"django-debug-toolbar @ git+ssh://[email protected]/django-commons/django-debug-toolbar@main",
3840
"django-filter @ git+ssh://[email protected]/carltongibson/django-filter@main",
@@ -42,16 +44,14 @@ dev = [
4244
"django-mongodb-project @ git+ssh://[email protected]/mongodb-labs/[email protected]",
4345
"django-mongodb-templates @ git+ssh://[email protected]/aclark4life/django-mongodb-templates@main",
4446
"django-rest-framework @ git+ssh://[email protected]/encode/django-rest-framework@main",
45-
"django @ git+ssh://[email protected]/mongodb-forks/[email protected]",
4647
"docs @ git+ssh://[email protected]/mongodb/docs@master",
4748
"flask-pymongo @ git+ssh://[email protected]/mongodb-labs/flask-pymongo",
48-
"DublinCityCenterPubFinder @ git+ssh://[email protected]/anaiyaraisin/DublinCityCenterPubFinder",
4949
"langchain-mongodb @ git+ssh://[email protected]/langchain-ai/langchain-mongodb@main",
5050
"mongo-python-driver @ git+ssh://[email protected]/mongodb/mongo-python-driver@master",
51-
"wagtail-mongodb-project @ git+ssh://[email protected]/mongodb-labs/wagtail-mongodb-project@main",
51+
"specifications @ git+ssh://[email protected]:mongodb/specifications@master",
5252
"wagtail @ git+ssh://[email protected]/mongodb-forks/wagtail@main",
53+
"wagtail-mongodb-project @ git+ssh://[email protected]/mongodb-labs/wagtail-mongodb-project@main",
5354
"xmlsec @ git+ssh://[email protected]/xmlsec/python-xmlsec@main",
54-
"specifications @ git+ssh://[email protected]:mongodb/specifications@master",
5555
]
5656

5757
[project.scripts]

0 commit comments

Comments
 (0)