mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Updated for latest ptsl-py
Major version change, dependency changes
This commit is contained in:
@@ -19,18 +19,18 @@ keywords = ["text-processing", "parsers", "film",
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "ptulsconv"
|
name = "ptulsconv"
|
||||||
version = "3.0.0"
|
version = "4.0.0"
|
||||||
description = "Read Pro Tools Text exports and generate PDF ADR Reports, JSON"
|
description = "Read Pro Tools Text exports and generate PDF ADR Reports, JSON"
|
||||||
authors = ["Jamie Hardt <jamiehardt@me.com>"]
|
authors = ["Jamie Hardt <jamiehardt@me.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.9"
|
||||||
parsimonious = "^0.10.0"
|
parsimonious = "^0.10.0"
|
||||||
tqdm = "^4.67.1"
|
tqdm = "^4.67.1"
|
||||||
reportlab = "^4.4.1"
|
reportlab = "^4.4.1"
|
||||||
py-ptsl = "^101.1.0"
|
py-ptsl = "^600.0.0"
|
||||||
sphinx_rtd_theme = {version= '>= 1.1.1', optional=true}
|
sphinx_rtd_theme = {version= '>= 1.1.1', optional=true}
|
||||||
sphinx = {version= '>= 5.3.0', optional=true}
|
sphinx = {version= '>= 5.3.0', optional=true}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user