Skip to content

Commit 483798b

Browse files
committed
swapping_ebuilds-0.5.0
1 parent 0a70c37 commit 483798b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def run(self):
132132
entry_points = {'console_scripts': ['swapping_ebuilds=swapping_ebuilds.main:main',
133133
],
134134
},
135-
install_requires=['humanize', 'psutil'],
135+
install_requires=['humanize', 'psutil', 'colorama'],
136136
data_files=[],
137137
cmdclass={ 'doxygen': Doxygen,
138138
'doc': Doc,

0 commit comments

Comments
 (0)