nonebot-plugin-htmlrender 0.3.2__py3-none-any.whl → 0.3.3__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_htmlrender-0.3.2.dist-info → nonebot_plugin_htmlrender-0.3.3.dist-info}/METADATA +2 -2
- {nonebot_plugin_htmlrender-0.3.2.dist-info → nonebot_plugin_htmlrender-0.3.3.dist-info}/RECORD +4 -4
- {nonebot_plugin_htmlrender-0.3.2.dist-info → nonebot_plugin_htmlrender-0.3.3.dist-info}/WHEEL +1 -1
- {nonebot_plugin_htmlrender-0.3.2.dist-info → nonebot_plugin_htmlrender-0.3.3.dist-info}/licenses/LICENSE +0 -0
{nonebot_plugin_htmlrender-0.3.2.dist-info → nonebot_plugin_htmlrender-0.3.3.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nonebot-plugin-htmlrender
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: 通过浏览器渲染图片
|
|
5
5
|
Author-Email: kexue <xana278@foxmail.com>
|
|
6
6
|
License: MIT License
|
|
@@ -28,7 +28,7 @@ Project-URL: Homepage, https://github.com/kexue-z/nonebot-plugin-htmlrender
|
|
|
28
28
|
Project-URL: Bug tracker, https://github.com/kexue-z/nonebot-plugin-htmlrender/issues
|
|
29
29
|
Requires-Python: <4.0,>=3.9
|
|
30
30
|
Requires-Dist: playwright>=1.17.2
|
|
31
|
-
Requires-Dist: nonebot2
|
|
31
|
+
Requires-Dist: nonebot2>=2.2.0
|
|
32
32
|
Requires-Dist: jinja2>=3.0.3
|
|
33
33
|
Requires-Dist: markdown>=3.3.6
|
|
34
34
|
Requires-Dist: Pygments>=2.10.0
|
{nonebot_plugin_htmlrender-0.3.2.dist-info → nonebot_plugin_htmlrender-0.3.3.dist-info}/RECORD
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
nonebot_plugin_htmlrender-0.3.
|
|
2
|
-
nonebot_plugin_htmlrender-0.3.
|
|
3
|
-
nonebot_plugin_htmlrender-0.3.
|
|
1
|
+
nonebot_plugin_htmlrender-0.3.3.dist-info/METADATA,sha256=6IsAtzmoYZ1E8y0VEG8_WaXWLUvtRouZ0sUmoJTBe3w,5987
|
|
2
|
+
nonebot_plugin_htmlrender-0.3.3.dist-info/WHEEL,sha256=mbxFTmdEUhG7evcdMkR3aBt9SWcoFBJ4CDwnfguNegA,90
|
|
3
|
+
nonebot_plugin_htmlrender-0.3.3.dist-info/licenses/LICENSE,sha256=4HHgpu3ihnBZ9AVZDgOzGnAJRt8W7IQo5VSBEJKRr5g,1062
|
|
4
4
|
nonebot_plugin_htmlrender/__init__.py,sha256=JBxs90TaroVrq5EFo0Yib5_c7OmBCeUqOyQuJvFiXrU,1349
|
|
5
5
|
nonebot_plugin_htmlrender/browser.py,sha256=0AfOO7P3JVv14qkaN8iyvQmpRnIdr4Slu1-SYVGjKpc,3335
|
|
6
6
|
nonebot_plugin_htmlrender/config.py,sha256=M3JLglX0yzo7slebS4w3riciEsqmfruzrQ9sPFz1yzM,357
|
|
@@ -13,4 +13,4 @@ nonebot_plugin_htmlrender/templates/markdown.html,sha256=y-_F5YMVLHceU9nuuEAtw2t
|
|
|
13
13
|
nonebot_plugin_htmlrender/templates/pygments-default.css,sha256=lwkE40qSsvPe52nGAZW1luJ7qNeIWpgw7vDX-MZpCDA,4889
|
|
14
14
|
nonebot_plugin_htmlrender/templates/text.css,sha256=zhb6Yd3zndvojU4-qQR46dRg9CsCRvmyWU1-Uhm-2LQ,117
|
|
15
15
|
nonebot_plugin_htmlrender/templates/text.html,sha256=QhoOXE1111YNfxu_b6OYhgm4ygFpIvW0VI6VwYo4Fig,220
|
|
16
|
-
nonebot_plugin_htmlrender-0.3.
|
|
16
|
+
nonebot_plugin_htmlrender-0.3.3.dist-info/RECORD,,
|
|
File without changes
|