-
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.
* add QuiltCore * replace list_packages * universal path * use new quiltcore * create Volume in Local * remote_man * use qc-0.3.1 support package get? * rearrange methods * use hashes (partial-hash) * quiltcore = "^0.3.2" * auto linter * lock 0.3.2 * use Manifest for child list * remove diff / use manifest for child * disable REPOSITORY_GRYPE * prefactor commit test * quiltcore = "^0.3.3" * poetry update * 0.9.6 * fix types * Update poetry.lock * fix coverage
- Loading branch information
Showing
19 changed files
with
1,070 additions
and
200 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
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 |
---|---|---|
|
@@ -133,3 +133,8 @@ dmypy.json | |
|
||
# Testing artifacts | ||
data.yaml | ||
examples | ||
quilt/ | ||
test/ | ||
test_* | ||
None* |
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
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
Large diffs are not rendered by default.
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 = "quiltplus" | ||
version = "0.9.5" | ||
version = "0.9.6" | ||
description = "Resource-oriented Python API/CLI for Quilt's decentralized social knowledge platform" | ||
authors = ["Ernest Prabhakar <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -16,11 +16,14 @@ asyncclick = "^8.1.3.4" | |
anyio = "^3.7.1" | ||
isort = "^5.12.0" | ||
quilt3 = "^5.1.0" | ||
quiltcore = "^0.3.4" | ||
# quiltcore = {git = "https://github.com/quiltdata/quiltcore.git", rev = "fix-types"} | ||
trio = "^0.22.2" | ||
typing-extensions = "^4.7.1" | ||
tzlocal = "^5.0.1" | ||
un-yaml = ">=0.3.1" | ||
# un-yaml = {git = "https://github.com/data-yaml/un-yaml.git", rev = "main"} | ||
universal-pathlib = "^0.1.1" | ||
urllib3 = "<2" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
|
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
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
Oops, something went wrong.