generated from thclark/django-rabid-armadillo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from octue/fix-sruids
Fix SRUIDs and require namespace and tag
- Loading branch information
Showing
4 changed files
with
75 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "django-twined" | ||
version = "0.5.1" | ||
version = "0.6.0" | ||
description = "A django app to manage octue services" | ||
authors = ["Tom Clark <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -23,7 +23,7 @@ packages = [{ include = "django_twined" },] | |
python = ">=3.9,<3.11" | ||
django = ">=3.0,<4.0" | ||
channels = ">=3.0,<4.0" | ||
octue = ">=0.39.0,<1" | ||
octue = ">=0.40.0,<1" | ||
pika = "^1.2.0" | ||
django-gcp = ">=0.7.3,<0.11" | ||
django-jsoneditor = "^0.2.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters