-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #164 from Ailitonia/dev
Releases: release v1.0.0
- Loading branch information
Showing
97 changed files
with
93,688 additions
and
3,468 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "omega-miya" | ||
version = "0.9.1" | ||
version = "1.0.0" | ||
description = "基于 nonebot2 的多平台机器人" | ||
authors = ["Ailitonia <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -17,28 +17,29 @@ nonebot-adapter-onebot = ">=2.4.6,<2.5.0" | |
nonebot-adapter-qq = ">=1.6.0,<1.7.0" | ||
nonebot-adapter-telegram = ">=0.1.0b20,<0.2.0" | ||
nonebot-plugin-apscheduler = ">=0.5.0,<1.0.0" | ||
sqlalchemy = ">=2.0.36,<3.0.0" | ||
asyncmy = {version = ">=0.2.9,<1.0.0", optional = true} | ||
aiomysql = {version = ">=0.2.0,<1.0.0", optional = true} | ||
sqlalchemy = ">=2.0.36,<2.1.0" | ||
asyncmy = { version = ">=0.2.9,<1.0.0", optional = true } | ||
aiomysql = { version = ">=0.2.0,<1.0.0", optional = true } | ||
asyncpg = { version = ">=0.30.0,<1.0.0", optional = true } | ||
aiosqlite = {version = ">=0.20.0,<1.0.0", optional = true} | ||
aiosqlite = { version = ">=0.20.0,<1.0.0", optional = true } | ||
apscheduler = ">=3.11.0,<4.0.0" | ||
aiofiles = ">=24.0.0,<25.0.0" | ||
ujson = ">=5.10.0,<6.0.0" | ||
lxml = ">=5.3.0,<6.0.0" | ||
msgpack = ">=1.0.8,<2.0.0" | ||
numpy = ">=2.1.3,<3.0.0" | ||
numpy = ">=2.2.0,<3.0.0" | ||
openpyxl = ">=3.1.2,<4.0.0" | ||
pandas = ">=2.2.0,<3.0.0" | ||
matplotlib = ">=3.10.0,<4.0.0" | ||
pillow = ">=11.0.0,<12.0.0" | ||
imageio = ">=2.36.0,<3.0.0" | ||
pillow = ">=11.1.0,<12.0.0" | ||
imageio = ">=2.37.0,<3.0.0" | ||
psutil = ">=6.1.0,<7.0.0" | ||
pycryptodome = ">=3.21.0,<4.0.0" | ||
py7zr = ">=0.21.0,<1.0.0" | ||
pytz = "^2024.2" | ||
zhconv = ">=1.4.3,<2.0.0" | ||
rapidfuzz = ">=3.11.0,<4.0.0" | ||
emoji = ">=2.14.0,<3.0.0" | ||
openpyxl = ">=3.1.2,<4.0.0" | ||
qrcode = { extras = ["pil"], version = ">=8.0.0,<9.0.0" } | ||
onedice = "1.0.7" | ||
jieba = ">=0.42.1,<1.0.0" | ||
|
@@ -53,14 +54,43 @@ sqlite = ["aiosqlite"] | |
|
||
[tool.poetry.group.dev.dependencies] | ||
mypy = ">=1.14.0,<2.0.0" | ||
ruff = ">=0.8.4,<1.0.0" | ||
ruff = ">=0.9.5,<1.0.0" | ||
bump-pydantic = "^0.8.0" | ||
types-lxml = "^2024.3.27" | ||
lxml-stubs = "^0.5.1" | ||
alembic = "^1.14.0" | ||
memory-profiler = ">=0.61.0,<1.0.0" | ||
|
||
|
||
[[tool.poetry.source]] | ||
name = "清华" | ||
url = "https://pypi.tuna.tsinghua.edu.cn/simple/" | ||
priority = "primary" | ||
|
||
|
||
[[tool.poetry.source]] | ||
name = "PyPI" | ||
priority = "supplemental" | ||
|
||
|
||
[[tool.poetry.source]] | ||
name = "中国科大" | ||
url = "https://mirrors.ustc.edu.cn/pypi/simple/" | ||
priority = "explicit" | ||
|
||
|
||
[[tool.poetry.source]] | ||
name = "阿里云" | ||
url = "https://mirrors.aliyun.com/pypi/simple/" | ||
priority = "explicit" | ||
|
||
|
||
[[tool.poetry.source]] | ||
name = "腾讯云" | ||
url = "http://mirrors.cloud.tencent.com/pypi/simple/" | ||
priority = "explicit" | ||
|
||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
build-backend = "poetry.core.masonry.api" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.