Skip to content

Commit 1d389a1

Browse files
committed
dependencies in setup.py
1 parent 2a6c139 commit 1d389a1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@
2222
'Topic :: Utilities'
2323
],
2424
python_requires='>=3.6',
25+
install_requires=[
26+
'colorama>=0.4.4', # Se añade colorama como dependencia
27+
],
2528
)

0 commit comments

Comments
 (0)