Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Bittner committed Jan 21, 2024
1 parent 5861c2c commit eafaa48
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions setup.py
Expand Up @@ -8,7 +8,7 @@

setup(
name="mkdocs-kroki-plugin",
version="0.7.0",
version="0.7.1",
description="MkDocs plugin for Kroki-Diagrams",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -17,8 +17,8 @@
author="Benjamin Bittner",
author_email="benjamin.bittner@avateam.com",
license="MIT",
python_requires=">=3.6",
install_requires=["mkdocs>=1.4.0", "requests>=2.27.0"],
python_requires=">=3.10",
install_requires=["mkdocs>=1.5.0", "requests>=2.27.0"],
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand All @@ -27,12 +27,10 @@
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
packages=find_packages(),
entry_points={"mkdocs.plugins": ["kroki = kroki.plugin:KrokiPlugin"]},
Expand Down

0 comments on commit eafaa48

Please sign in to comment.