Skip to content

Commit

Permalink
minor: 调整依赖, 支持更多版本
Browse files Browse the repository at this point in the history
  • Loading branch information
shabbywu committed Dec 27, 2021
1 parent 2d69c98 commit 6dfcd3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion moby_distribution/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from moby_distribution.spec.endpoint import OFFICIAL_ENDPOINT, APIEndpoint
from moby_distribution.spec.manifest import ManifestSchema1, ManifestSchema2, OCIManifestSchema1

__version__ = "0.1.2"
__version__ = "0.2.0"
__ALL__ = [
"DockerRegistryV2Client",
"Blob",
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "moby-distribution"
version = "0.1.2"
version = "0.2.0"
description = "Yet another moby(docker) distribution implement by python."
authors = ["shabbywu <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -12,8 +12,8 @@ homepage = "https://github.com/shabbywu/distribution"
[tool.poetry.dependencies]
python = ">=3.6.1"
www-authenticate = "^0.9.2"
requests = "^2.26.0"
pydantic = "^1.8.2"
requests = ">=2.20.0"
pydantic = ">=1.5"
py-libtrust = "1.0.3"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 6dfcd3c

Please sign in to comment.