Skip to content

Commit 602e34a

Browse files
author
the-forest-tree
committed
core: remove dependency on python-magic since it seems to be used nowhere and saves users from having a system dependency to install
1 parent 65c9d2a commit 602e34a

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

poetry.lock

Lines changed: 1 addition & 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 = "3.2.0"
3+
version = "3.3.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

2221
[tool.poetry.group.dev.dependencies]
2322
pytest = "^7.4.3"

0 commit comments

Comments
 (0)