Skip to content

Commit

Permalink
🔧 fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Nov 26, 2023
1 parent 4ff7a17 commit d149414
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 67 deletions.
5 changes: 4 additions & 1 deletion .mina/client.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ dynamic = ["version"]
authors = [
{name = "RF-Tar-Railt", email = "rf_tar_railt@qq.com"}
]
dependencies = []
dependencies = [
"aiohttp",
"launart",
]
description = "Satori Protocol SDK for python, specify client part"
license = {text = "MIT"}
readme = "README.md"
Expand Down
4 changes: 1 addition & 3 deletions .mina/core.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ authors = [
{name = "RF-Tar-Railt", email = "rf_tar_railt@qq.com"}
]
dependencies = [
"aiohttp",
"loguru",
"launart",
"yarl",
"typing-extensions",
"graia-amnesia",
]
description = "Satori Protocol SDK for python, specify common part"
license = {text = "MIT"}
Expand Down
2 changes: 2 additions & 0 deletions .mina/server.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ authors = [
{name = "RF-Tar-Railt", email = "rf_tar_railt@qq.com"}
]
dependencies = [
"launart",
"graia-amnesia",
"starlette",
"uvicorn[standard]",
]
Expand Down
127 changes: 64 additions & 63 deletions pdm.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies = [
"graia-amnesia>=0.8.2",
"starlette>=0.32.0.post1",
"uvicorn[standard]>=0.24.0.post1",
"yarl>=1.9.3",
]
requires-python = ">=3.9"
readme = "README.md"
Expand Down

0 comments on commit d149414

Please sign in to comment.