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"
|
- "python -m unittest discover tests"
|
||||||
install:
|
install:
|
||||||
- "pip install setuptools"
|
- "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"],
|
"Topic :: Text Processing :: Markup :: XML"],
|
||||||
packages=['ptulsconv'],
|
packages=['ptulsconv'],
|
||||||
keywords='text-processing parsers film tv editing editorial',
|
keywords='text-processing parsers film tv editing editorial',
|
||||||
install_requires=['parsimonious'],
|
install_requires=['parsimonious','tqdm'],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'ptulsconv = ptulsconv.__main__:main'
|
'ptulsconv = ptulsconv.__main__:main'
|
||||||
|
|||||||
Reference in New Issue
Block a user