-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working since the merge of FNNDSC/ChRIS_ultron_backEnd#551
- Loading branch information
1 parent
d2adcaa
commit 7fff566
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
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 = "chrisomatic" | ||
version = "0.8.1" | ||
version = "0.8.2" | ||
description = "ChRIS backend provisioner with Powerpointlessness" | ||
authors = ["Jennings Zhang <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -20,7 +20,7 @@ pyserde = "^0.12.1" | |
aiodocker = "^0.21.0" | ||
strictyaml = "^1.7.3" | ||
|
||
aiochris = "0.5.0a3" | ||
aiochris = "0.5.0a5" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
pytest-asyncio = "^0.21.0" | ||
|