Skip to content

Commit 49ef7a2

Browse files
author
the-forest-tree
committed
core: remove dependency on unused python-magic
1 parent 8a5e614 commit 49ef7a2

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

poetry.lock

Lines changed: 2 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hrflow"
3-
version = "4.1.0"
3+
version = "4.2.0"
44
description = "Python hrflow.ai API package"
55
authors = ["HrFlow.ai <contact@hrflow.ai>"]
66
license = "MIT"
@@ -17,7 +17,6 @@ packages = [{include = "hrflow"}]
1717
[tool.poetry.dependencies]
1818
python = "^3.8.1"
1919
requests = "^2.31.0"
20-
python-magic = "^0.4.27"
2120
tqdm = "^4.66.2"
2221
openpyxl = "^3.1.2"
2322
pydantic = "^1.10.8"

0 commit comments

Comments
 (0)