Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Jun 30, 2024
1 parent 6a858cf commit 4361309
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ cython_debug/
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
# poetry.toml


# End of https://www.toptal.com/developers/gitignore/api/python

testnb2/
.idea/
pdm.lock
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dynamic = ["version"]
description = "A NoneBot2 plugin generates a pic from a Minecraft server's MOTD"
authors = [{ name = "student_2333", email = "[email protected]" }]
dependencies = [
"nonebot2>=2.2.0",
"nonebot-plugin-alconna>=0.40.1",
"mcstatus>=11.1.0",
"pil-utils>=0.1.6",
"nonebot2>=2.3.1",
"nonebot-plugin-alconna>=0.48.0",
"mcstatus>=11.1.1",
"pil-utils>=0.1.10",
"punycode>=0.2.1",
"dnspython>=2.4.2",
"dnspython>=2.6.1",
]
requires-python = ">=3.9,<4.0"
readme = "README.md"
Expand Down

0 comments on commit 4361309

Please sign in to comment.