13 Star 0 Fork 2

ocs-upgrade/python-poetry-core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
poetry-core-1.7.0-devendor.patch 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
fanjunkong 提交于 2024-09-04 15:07 . update
diff --git a/pyproject.toml b/pyproject.toml
index b5aa4de..b3110ab 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,6 +25,15 @@ include = [
[tool.poetry.dependencies]
python = "^3.8"
+# moved here from vendors/pyproject.toml
+# jsonschema 4.18 has binary dependencies, making it unsuitable for vendoring.
+# Since we are devendoring the dependencies in the RPM package, we removed the upper
+# constraint (<4.18.0) to avoid future problems if jsonschema gets updated.
+jsonschema = "^4.17.3"
+lark = "^1.1.3"
+packaging = ">=22.0"
+tomli = {version = "^2.0.1", python = "<3.11"}
+
[tool.poetry.group.dev.dependencies]
pre-commit = ">=2.15.0"
vendoring = ">=1.0"
diff --git a/vendors/pyproject.toml b/vendors/pyproject.toml
index e6d172b..24fc1ae 100644
--- a/vendors/pyproject.toml
+++ b/vendors/pyproject.toml
@@ -21,8 +21,3 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
-# jsonschema 4.18 has binary dependencies, making it unsuitable for vendoring.
-jsonschema = "^4.17.3,<4.18.0"
-lark = "^1.1.3"
-packaging = ">=22.0"
-tomli = "^2.0.1"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ocs-upgrade/python-poetry-core.git
[email protected]:ocs-upgrade/python-poetry-core.git
ocs-upgrade
python-poetry-core
python-poetry-core
master

搜索帮助