nonebot-plugin-latex 0.0.3.3__py3-none-any.whl → 0.0.3.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nonebot_plugin_latex/__init__.py +4 -2
- {nonebot_plugin_latex-0.0.3.3.dist-info → nonebot_plugin_latex-0.0.3.5.dist-info}/METADATA +2 -2
- {nonebot_plugin_latex-0.0.3.3.dist-info → nonebot_plugin_latex-0.0.3.5.dist-info}/RECORD +6 -6
- {nonebot_plugin_latex-0.0.3.3.dist-info → nonebot_plugin_latex-0.0.3.5.dist-info}/WHEEL +0 -0
- {nonebot_plugin_latex-0.0.3.3.dist-info → nonebot_plugin_latex-0.0.3.5.dist-info}/entry_points.txt +0 -0
- {nonebot_plugin_latex-0.0.3.3.dist-info → nonebot_plugin_latex-0.0.3.5.dist-info}/licenses/LICENSE +0 -0
nonebot_plugin_latex/__init__.py
CHANGED
@@ -14,15 +14,17 @@ See the Mulan PSL v2 for more details.
|
|
14
14
|
"""
|
15
15
|
|
16
16
|
from nonebot import get_driver, get_plugin_config
|
17
|
-
from nonebot.plugin import PluginMetadata, inherit_supported_adapters
|
17
|
+
from nonebot.plugin import PluginMetadata, inherit_supported_adapters, require
|
18
18
|
|
19
19
|
from .config import Config
|
20
20
|
from .converter import _converter, get_converter
|
21
21
|
|
22
|
-
__version__ = "0.0.3.
|
22
|
+
__version__ = "0.0.3.5"
|
23
23
|
|
24
24
|
__author__ = "Eilles"
|
25
25
|
|
26
|
+
require("nonebot_plugin_alconna")
|
27
|
+
|
26
28
|
__plugin_meta__ = PluginMetadata(
|
27
29
|
name="LaTeX 在线渲染插件",
|
28
30
|
description="从互联网服务渲染 LaTeX 公式",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: nonebot-plugin-latex
|
3
|
-
Version: 0.0.3.
|
3
|
+
Version: 0.0.3.5
|
4
4
|
Summary: 通过互联网公共服务渲染LaTeX公式
|
5
5
|
Author-Email: Eilles <EillesWan@outlook.com>
|
6
6
|
License: 木兰宽松许可证, 第2版
|
@@ -135,7 +135,7 @@ Project-URL: Homepage, https://github.com/EillesWan/nonebot-plugin-latex
|
|
135
135
|
Project-URL: Bug Tracker, https://github.com/EillesWan/nonebot-plugin-latex/issues
|
136
136
|
Requires-Python: <4.0,>=3.9
|
137
137
|
Requires-Dist: nonebot2>=2.2.0
|
138
|
-
Requires-Dist: httpx
|
138
|
+
Requires-Dist: httpx>=0.27.0
|
139
139
|
Requires-Dist: nonebot-plugin-alconna>=0.48.0
|
140
140
|
Description-Content-Type: text/markdown
|
141
141
|
|
@@ -1,10 +1,10 @@
|
|
1
|
-
nonebot_plugin_latex-0.0.3.
|
2
|
-
nonebot_plugin_latex-0.0.3.
|
3
|
-
nonebot_plugin_latex-0.0.3.
|
4
|
-
nonebot_plugin_latex-0.0.3.
|
5
|
-
nonebot_plugin_latex/__init__.py,sha256=
|
1
|
+
nonebot_plugin_latex-0.0.3.5.dist-info/METADATA,sha256=h71luTVeva7TQOXjNrG4xuqrHPZzZhuDJiapSFxW5rs,11641
|
2
|
+
nonebot_plugin_latex-0.0.3.5.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
3
|
+
nonebot_plugin_latex-0.0.3.5.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
|
+
nonebot_plugin_latex-0.0.3.5.dist-info/licenses/LICENSE,sha256=ISc-fUbtRp39lxd4MpdVr2Saz7XF2yik0RTSRNuhlaM,9375
|
5
|
+
nonebot_plugin_latex/__init__.py,sha256=YHgIuHQWOYjaJ6DtRhZpBmrYkOKAFbZLDgwmyNkqbgQ,1566
|
6
6
|
nonebot_plugin_latex/config.py,sha256=5WOJF-vsuLqGTDGgklpMm-xLd_qdwVb0VCq-n8EwoJQ,198
|
7
7
|
nonebot_plugin_latex/converter.py,sha256=rTyeJoZOhXciLcfZ6FWOe0mHczmd2E_sTrqEbJRZ6d8,194
|
8
8
|
nonebot_plugin_latex/data.py,sha256=RepSY3I4t61Gk5yDfGSgn9UwZWFx8cnh4dHXIShTl-Y,11579
|
9
9
|
nonebot_plugin_latex/main.py,sha256=ZufATio6dUvVj428myBwcNub_ErQ0LcotsjUvRPup98,3093
|
10
|
-
nonebot_plugin_latex-0.0.3.
|
10
|
+
nonebot_plugin_latex-0.0.3.5.dist-info/RECORD,,
|
File without changes
|
{nonebot_plugin_latex-0.0.3.3.dist-info → nonebot_plugin_latex-0.0.3.5.dist-info}/entry_points.txt
RENAMED
File without changes
|
{nonebot_plugin_latex-0.0.3.3.dist-info → nonebot_plugin_latex-0.0.3.5.dist-info}/licenses/LICENSE
RENAMED
File without changes
|