-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (29 loc) · 750 Bytes
/
Copy pathpyproject.toml
File metadata and controls
33 lines (29 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[project]
name = "subtitle-utils"
version = "1.0.0"
description = "Subtilte Conversion utils - ass2srt vtt2bcc srt2bcc ass2bcc and more"
authors = [
{ name = "sudoskys", email = "coldlando@hotmail.com" },
{ name = "KimmyXYC", email = "kimmyxyc@gmail.com" }
]
dependencies = [
"pysrt<2.0.0,>=1.1.2",
"pyvtt<1.0.0,>=0.0.4",
"chardet<6.0.0,>=5.1.0",
"pyasstosrt<2.0.0,>=1.3.1",
]
requires-python = ">=3.8,<3.12"
readme = "README.md"
license = { text = "MIT" }
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm]
package-type = "library"
[tool.pdm.dev-dependencies]
dev = [
"pre-commit>=3.5.0",
"pytest>=7.4.4",
]
[project.urls]
repository = "https://github.com/sudoskys/subtitle_utils"