Skip to content

Commit a093874

Browse files
Remove himon dependency
Fix pipx url
1 parent 8c6bf1e commit a093874

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ logs/
1111
# =====Files=====
1212
*.iml
1313
*.log
14+
.envrc
1415
.pdm-python
1516
.python-version
1617
pdm.lock

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
[![PyPI - Version](https://img.shields.io/pypi/v/Perdoo.svg?logo=PyPI&label=Version&style=flat-square)](https://pypi.python.org/pypi/Perdoo/)
66
[![PyPI - License](https://img.shields.io/pypi/l/Perdoo.svg?logo=PyPI&label=License&style=flat-square)](https://opensource.org/licenses/MIT)
77

8-
[![Pre-Commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&style=flat-square)](https://github.com/pre-commit/pre-commit)
9-
[![Ruff](https://img.shields.io/badge/ruff-enabled-brightgreen?logo=ruff&style=flat-square)](https://github.com/astral-sh/ruff)
8+
[![Pre-Commit](https://img.shields.io/badge/pre--commit-enabled-informational?logo=pre-commit&style=flat-square)](https://github.com/pre-commit/pre-commit)
9+
[![Ruff](https://img.shields.io/badge/ruff-enabled-informational?logo=ruff&style=flat-square)](https://github.com/astral-sh/ruff)
1010

1111
[![Github - Contributors](https://img.shields.io/github/contributors/Buried-In-Code/Perdoo.svg?logo=Github&label=Contributors&style=flat-square)](https://github.com/Buried-In-Code/Perdoo/graphs/contributors)
1212

@@ -19,7 +19,7 @@ Unlike other tagging tools, Perdoo employs a manual approach when metadata files
1919

2020
### Pipx
2121

22-
1. Ensure you have [Pipx](https://pipxproject.github.io/pipx/) installed: `pipx --version`
22+
1. Ensure you have [Pipx](https://pipx.pypa.io/stable/) installed: `pipx --version`
2323
2. Install the project: `pipx install perdoo`
2424

2525
## Usage

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ classifiers = [
3636
dependencies = [
3737
"comicfn2dict >= 0.2.4",
3838
"esak >= 2.0.0",
39-
"himon >= 0.6.1",
4039
"lxml >= 5.3.0",
4140
"mokkari >= 3.5.0",
4241
"natsort >= 8.4.0",

0 commit comments

Comments
 (0)