Skip to content

Commit 890fcb7

Browse files
committed
chore(dependencies): fix dependencies deprecated
1 parent 1881974 commit 890fcb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ setuptools
33
Markdown
44
beautifulsoup4
55
python-frontmatter
6-
git+https://github.com/Mara-Li/mdx_wikilink_plus
6+
git+https://github.com/Mara-Li/mdx_wikilink_plus/master#egg=1.4.2
77
mkdocs-callouts
88
mkdocs-custom-tags-attributes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def classification_dependencies():
2121

2222
setup(
2323
name="mkdocs_embed_file_plugins",
24-
python_requires=">=3.7",
24+
python_requires=">=3.10",
2525
version=version,
2626
description="A plugin to quote file from docs",
2727
author="Mara-Li",

0 commit comments

Comments
 (0)