add typer as dep
This commit is contained in:
parent
ac8eabf152
commit
e89a7b788d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ setup(name='pyerrors-corrlib',
|
||||||
version='0.1.1',
|
version='0.1.1',
|
||||||
author='Justus Kuhlmann',
|
author='Justus Kuhlmann',
|
||||||
author_email='j_kuhl19@uni-muenster.de',
|
author_email='j_kuhl19@uni-muenster.de',
|
||||||
install_requires=['pyerrors>=2.11.1', 'datalad>=1.1.0'],
|
install_requires=['pyerrors>=2.11.1', 'datalad>=1.1.0', 'typer>=0.12.5'],
|
||||||
entry_points = {
|
entry_points = {
|
||||||
'console_scripts': ['pcl=corrlib.cli:app'],
|
'console_scripts': ['pcl=corrlib.cli:app'],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue