Skip to content

Commit

Permalink
feat(build): update dependencies for pdm lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Sep 24, 2024
1 parent fb7bba3 commit 52cad91
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 40 deletions.
75 changes: 52 additions & 23 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 1 addition & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ target-version = ["py38", "py39", "py310", "py311"]
dev = [
"pip>=24.2",
"maturin>=1.7.0",
"uv>=0.4.7",
"typing>=3.7.4.3",
]
lint = [
Expand Down Expand Up @@ -194,19 +193,4 @@ indent-style = "space"
skip-magic-trailing-comma = false

# Like Black, automatically detect the appropriate line ending.
line-ending = "auto"

[tool.uv.sources]
iamai-adapter-bililive = { workspace = true }
iamai-adapter-console = { workspace = true }
iamai-adapter-kook = { workspace = true }
iamai-adapter-dingtalk = { workspace = true }
iamai-adapter-red = { workspace = true }
iamai-adapter-gensokyo = { workspace = true }
iamai-adapter-apscheduler = { workspace = true }
iamai-adapter-cqhttp = { workspace = true }

[tool.uv.workspace]
members = [
"packages/*",
]
line-ending = "auto"

0 comments on commit 52cad91

Please sign in to comment.