Skip to content

Commit

Permalink
update pylzss version
Browse files Browse the repository at this point in the history
  • Loading branch information
m1stadev committed Dec 18, 2023
1 parent 0cf392d commit 4422b0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ Commands:

## Requirements
- Python 3.8 or higher
- Python development headers (`python3-dev` on Debian-based OSes)

## Installation
- Install from [PyPI](https://pypi.org/project/pyimg4/):
- ```python3 -m pip install pyimg4```
- If you would like to use the compression features of PyIMG4, install the required libraries:
- If you would like to use the compression features of PyIMG4, install the optional libraries:
- ```python3 -m pip install pyimg4[compression]```
- Local installation:
- `./install.sh`
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ asn1 = "^2.7.0"
click = "^8.1.7"
pycryptodome = "^3.18.0"
pyliblzfse = {version = "^0.4.1", optional = true}
pylzss = {version = "^0.3.1", optional = true}
pylzss = {version = "^0.3.4", optional = true}

[tool.poetry.extras]
compression = ["pyliblzfse", "pylzss"]
Expand All @@ -38,6 +38,7 @@ remotezip = "^0.12.1"
testpaths = ["tests"]

[tool.ruff.lint]
extend-select = ["I"]
ignore = ["E722"]

[tool.ruff.format]
Expand Down

0 comments on commit 4422b0b

Please sign in to comment.