Skip to content

Commit

Permalink
chore: Remove markers from docs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Jun 14, 2023
1 parent d1c0e4c commit 70bf163
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,26 +62,26 @@ duty = ["duty>=0.10"]
ci-quality = ["markdown-exec[duty,docs,quality,typing,security]"]
ci-tests = ["markdown-exec[duty,tests]"]
docs = [
"black>=23.1; python_version >= '3.8' and python_version < '3.11'",
"markdown-callouts>=0.2; python_version >= '3.8' and python_version < '3.11'",
"mkdocs>=1.3; python_version >= '3.8' and python_version < '3.11'",
"mkdocs-coverage>=0.2; python_version >= '3.8' and python_version < '3.11'",
"mkdocs-gen-files>=0.3; python_version >= '3.8' and python_version < '3.11'",
"mkdocs-git-committers-plugin-2>=1.1; python_version >= '3.8' and python_version < '3.11'",
"mkdocs-literate-nav>=0.4; python_version >= '3.8' and python_version < '3.11'",
"mkdocs-material>=7.3; python_version >= '3.8' and python_version < '3.11'",
"mkdocs-minify-plugin>=0.6; python_version >= '3.8' and python_version < '3.11'",
"mkdocstrings[python]>=0.18; python_version >= '3.8' and python_version < '3.11'",
"black>=23.1; python_version < '3.11'",
"markdown-callouts>=0.2; python_version < '3.11'",
"mkdocs>=1.3; python_version < '3.11'",
"mkdocs-coverage>=0.2; python_version < '3.11'",
"mkdocs-gen-files>=0.3; python_version < '3.11'",
"mkdocs-git-committers-plugin-2>=1.1; python_version < '3.11'",
"mkdocs-literate-nav>=0.4; python_version < '3.11'",
"mkdocs-material>=7.3; python_version < '3.11'",
"mkdocs-minify-plugin>=0.6; python_version < '3.11'",
"mkdocstrings[python]>=0.18; python_version < '3.11'",
# gallery dependencies
"toml>=0.10; python_version >= '3.8' and python_version < '3.11'",
"pydeps>=1.12; python_version >= '3.8' and python_version < '3.11'",
"diagrams>=0.21; python_version >= '3.8' and python_version < '3.11'",
"rich>=12.3; python_version >= '3.8' and python_version < '3.11'",
"matplotlib>=3.5; python_version >= '3.8' and python_version < '3.11'",
"numpy>=1.23; python_version >= '3.8' and python_version < '3.11'",
"textual[dev]; python_version >= '3.8' and python_version < '3.11'",
"pytermgui>=6.3; python_version >= '3.8' and python_version < '3.11'",
"pipdeptree>=2.6; python_version >= '3.8' and python_version < '3.11'",
"toml>=0.10; python_version < '3.11'",
"pydeps>=1.12; python_version < '3.11'",
"diagrams>=0.21; python_version < '3.11'",
"rich>=12.3; python_version < '3.11'",
"matplotlib>=3.5; python_version < '3.11'",
"numpy>=1.23; python_version < '3.11'",
"textual[dev]; python_version < '3.11'",
"pytermgui>=6.3; python_version < '3.11'",
"pipdeptree>=2.6; python_version < '3.11'",
]
maintain = [
"black>=23.1",
Expand Down

0 comments on commit 70bf163

Please sign in to comment.