Skip to content

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Oct 17, 2024
1 parent c4f1bcb commit f1cd536
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ dependencies = [
"cryptography>=43.0.0",
"pandas>=2.2.2",
"fonttools>=4.53.1",
"akasha-py>=0.2.3",
"genshin[auth,socks-proxy,sqlite]>=1.7.2",
"tortoise-orm>=0.21.7",
"akasha-py>=0.2.7",
"genshin[auth,socks-proxy,sqlite]",
]
description = "A feature-rich Discord bot for Hoyoverse gamers."
license = { file = "LICENSE" }
Expand All @@ -46,8 +46,7 @@ dev-dependencies = ["icecream>=2.1.3"]

[tool.uv.sources]
novelai = { git = "https://github.com/kokosensei/NovelAI-API" }
akasha-py = { git = "https://github.com/seriaati/akasha-py" }
genshin = { git = "https://github.com/thesadru/genshin.py" }
genshin = { git = "https://github.com/thesadru/genshin.py", branch = "master" }

[tool.pyright]
enableTypeIgnoreComments = false
Expand Down
14 changes: 9 additions & 5 deletions uv.lock

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

0 comments on commit f1cd536

Please sign in to comment.