Dumped PDF code from my jupyter notebook into source

This commit is contained in:
Jamie Hardt
2021-05-16 15:14:27 -07:00
parent e78e55639d
commit 8b85793826
4 changed files with 396 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ setup(name='ptulsconv',
"Topic :: Text Processing :: Markup :: XML"],
packages=['ptulsconv'],
keywords='text-processing parsers film tv editing editorial',
install_requires=['parsimonious', 'tqdm'],
install_requires=['parsimonious', 'tqdm', 'reportlab'],
package_data={
"ptulsconv": ["xslt/*.xsl"]
},