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 cb4cbdc commit e06db38Copy full SHA for e06db38
pyproject.toml
@@ -57,9 +57,6 @@ Source = "https://github.com/eadwinCode/ellar"
57
Homepage = "https://eadwincode.github.io/ellar/"
58
59
[project.optional-dependencies]
60
-standard = [
61
- "ellar-cli >=0.0.2,<5.0.0"
62
-]
63
test = [
64
"pytest >=6.2.4,<8.0.0",
65
"pytest-cov >=2.12.0,<5.0.0",
@@ -103,5 +100,7 @@ doc = [
103
100
"mdx-include >=1.4.1,<2.0.0",
104
101
"mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0",
105
102
"markdown-include",
106
- "mkdocstrings"
+ "mkdocstrings",
+ "mkdocs-minify-plugin",
+ "mkdocs-git-revision-date-localized-plugin"
107
]
0 commit comments