Skip to content

Commit 5cbafcd

Browse files
committed
build: 更新 django-cotton 依赖为 git 仓库版本
使用 git 仓库中的 feature/x-prefix-tag-support 分支替换原 pypi 版本的 django-cotton 依赖
1 parent 85fed66 commit 5cbafcd

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies = [
5050
"pymysql>=1.1.2",
5151
"gssapi>=1.11.1",
5252
"krb5>=0.9.0",
53-
"django-cotton>=2.6.2",
53+
"django-cotton @ git+https://github.com/trustedinster/django-cotton.git@feature/x-prefix-tag-support",
5454
"django-formtools>=2.5.1",
5555
]
5656

@@ -76,6 +76,9 @@ dev = [
7676
"pyrefly>=0.60.0",
7777
]
7878

79+
[tool.hatch.metadata]
80+
allow-direct-references = true
81+
7982
[tool.hatch.build.targets.wheel]
8083
packages = ["."]
8184

uv.lock

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)