We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1881974 commit 890fcb7Copy full SHA for 890fcb7
requirements.txt
@@ -3,6 +3,6 @@ setuptools
3
Markdown
4
beautifulsoup4
5
python-frontmatter
6
-git+https://github.com/Mara-Li/mdx_wikilink_plus
+git+https://github.com/Mara-Li/mdx_wikilink_plus/master#egg=1.4.2
7
mkdocs-callouts
8
mkdocs-custom-tags-attributes
setup.py
@@ -21,7 +21,7 @@ def classification_dependencies():
21
22
setup(
23
name="mkdocs_embed_file_plugins",
24
- python_requires=">=3.7",
+ python_requires=">=3.10",
25
version=version,
26
description="A plugin to quote file from docs",
27
author="Mara-Li",
0 commit comments