Skip to content

Commit dab260c

Browse files
committed
BUGFIX: remove useless packages
1 parent 452fe37 commit dab260c

2 files changed

Lines changed: 2 additions & 39 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[project]
22
name = "encoding-checker-cli"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A command-line tool for checking and converting text encoding."
55
readme = "README.md"
66
authors = [
77
{ name = "RyoNak", email = "nakagamiryo0901@gmail.com" }
88
]
99
requires-python = ">=3.13"
1010
dependencies = [
11-
"bs4>=0.0.2",
1211
"chardet>=5.2.0",
1312
"typer>=0.20.0",
1413
]

uv.lock

Lines changed: 1 addition & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)