Skip to content

Commit ec9a403

Browse files
IceKhan13Iskandar Sitdikov
andauthored
CLI: add tabulate to required libs (#44)
* CLI: add tabulate to requirements * CLI: add tabulate to requirements Co-authored-by: Iskandar Sitdikov <iskandarsitdikov@Iskandars-Air.attlocal.net>
1 parent d2d25ca commit ec9a403

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
install_requires=[
3131
'Click>=6',
3232
'requests>=2.22.0',
33-
'numpy>=1.0.0'
33+
'numpy>=1.0.0',
34+
'tabulate==0.8.7'
3435
],
3536
python_requires='>=3.6',
3637
entry_points='''

0 commit comments

Comments
 (0)