Skip to content

Commit

Permalink
Moving polib to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raivisdejus committed May 22, 2024
1 parent 99ece45 commit 6f2ee53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ faster-whisper = { version = "^1.0.1", markers = "sys_platform != 'linux'" }
openai-whisper = { version = "v20231117", markers = "sys_platform != 'linux'" }
transformers = { version = "^4.39.1", markers = "sys_platform != 'linux'" }

polib = "^1.2.0"
[tool.poetry.group.dev.dependencies]
autopep8 = "^1.7.0"
pyinstaller = "^6.5.0"
Expand All @@ -47,6 +46,7 @@ pylint = "^2.15.5"
pre-commit = "^2.20.0"
pytest-benchmark = "^4.0.0"
ruff = "^0.1.3"
polib = "^1.2.0"

[tool.poetry.group.build.dependencies]
ctypesgen = "^1.1.1"
Expand Down

0 comments on commit 6f2ee53

Please sign in to comment.