Skip to content

Commit

Permalink
Removed the click dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cwognum committed Aug 22, 2023
1 parent f3c9711 commit 86d4519
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ dependencies:
- mkdocstrings
- mkdocstrings-python
- mkdocs-jupyter
- mkdocs-click
- markdown-include
- mike >=1.0.0

Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ markdown_extensions:
- pymdownx.tabbed
- pymdownx.tasklist
- pymdownx.details
- mkdocs-click
- pymdownx.arithmatex:
generic: true
- toc:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"click",
"typer",
"loguru",
"omegaconf >=2.0.0",
"tqdm",
Expand Down

0 comments on commit 86d4519

Please sign in to comment.