Skip to content

Commit c732f04

Browse files
committed
Missing dep.
1 parent fe3f80b commit c732f04

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ It offers simple but general functions for formatting and abbreviating
77
objects and dataclasses, dicts, words and phrases, filenames, titles, long
88
strings, timestamps, ages, and sizes.
99

10-
Only deps are `humanize` and `strif`.
10+
Only deps are `humanize`, `humanfriendly`, and `strif`.

‎poetry.lock‎

Lines changed: 32 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ poetry-plugin-up = "^0.9.0"
2222
python = "^3.10"
2323
strif = "2.0.0rc1"
2424
humanize = "^4.11.0"
25+
humanfriendly = "^10.0"
2526

2627
[tool.poetry.group.dev.dependencies]
2728
black = "^24.10.0"

0 commit comments

Comments
 (0)