Skip to content

Commit 9744000

Browse files
authored
Merge pull request #12 from aclark4life/main
Add spec repo
2 parents 8976d67 + 42a9e1a commit 9744000

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

django_mongodb_cli/repo.py

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ def update(repo, ctx, repo_names, all_repos):
157157
== repo_name
158158
):
159159
repo_update(repo_entry, url_pattern, repo)
160+
return
160161
click.echo(f"Repository '{repo_name}' not found.")
161162
return
162163

pyproject.toml

+4-3
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,14 +44,13 @@ 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",
5455
]
5556

0 commit comments

Comments
 (0)