Skip to content

Commit e06db38

Browse files
committed
removed standard dependency
1 parent cb4cbdc commit e06db38

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ Source = "https://github.com/eadwinCode/ellar"
5757
Homepage = "https://eadwincode.github.io/ellar/"
5858

5959
[project.optional-dependencies]
60-
standard = [
61-
"ellar-cli >=0.0.2,<5.0.0"
62-
]
6360
test = [
6461
"pytest >=6.2.4,<8.0.0",
6562
"pytest-cov >=2.12.0,<5.0.0",
@@ -103,5 +100,7 @@ doc = [
103100
"mdx-include >=1.4.1,<2.0.0",
104101
"mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0",
105102
"markdown-include",
106-
"mkdocstrings"
103+
"mkdocstrings",
104+
"mkdocs-minify-plugin",
105+
"mkdocs-git-revision-date-localized-plugin"
107106
]

0 commit comments

Comments
 (0)