Implemeneted direct reading session data with PTSL

This commit is contained in:
Jamie Hardt
2023-07-21 12:33:59 -07:00
parent 617f34a515
commit 58277367c5
6 changed files with 42 additions and 17 deletions

View File

@@ -25,7 +25,12 @@ requires-python = ">=3.7"
dynamic = ["version", "description"]
keywords = ["text-processing", "parsers", "film",
"broadcast", "editing", "editorial"]
dependencies = ['parsimonious', 'tqdm', 'reportlab']
dependencies = [
'parsimonious',
'tqdm',
'reportlab',
'py-ptsl >= 101.1.0'
]
[project.optional-dependencies]
doc = [