Skip to content

Commit

Permalink
core: remove dependency on unused python-magic
Browse files Browse the repository at this point in the history
  • Loading branch information
the-forest-tree committed Sep 2, 2024
1 parent 8a5e614 commit 49ef7a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
14 changes: 2 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hrflow"
version = "4.1.0"
version = "4.2.0"
description = "Python hrflow.ai API package"
authors = ["HrFlow.ai <[email protected]>"]
license = "MIT"
Expand All @@ -17,7 +17,6 @@ packages = [{include = "hrflow"}]
[tool.poetry.dependencies]
python = "^3.8.1"
requests = "^2.31.0"
python-magic = "^0.4.27"
tqdm = "^4.66.2"
openpyxl = "^3.1.2"
pydantic = "^1.10.8"
Expand Down

0 comments on commit 49ef7a2

Please sign in to comment.