mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Added tqdm precon
This commit is contained in:
@@ -5,4 +5,4 @@ script:
|
||||
- "python -m unittest discover tests"
|
||||
install:
|
||||
- "pip install setuptools"
|
||||
- "pip install parsimonious"
|
||||
- "pip install parsimonious tqdm"
|
||||
|
||||
2
setup.py
2
setup.py
@@ -29,7 +29,7 @@ setup(name='ptulsconv',
|
||||
"Topic :: Text Processing :: Markup :: XML"],
|
||||
packages=['ptulsconv'],
|
||||
keywords='text-processing parsers film tv editing editorial',
|
||||
install_requires=['parsimonious'],
|
||||
install_requires=['parsimonious','tqdm'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'ptulsconv = ptulsconv.__main__:main'
|
||||
|
||||
Reference in New Issue
Block a user