We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a70c37 commit 483798bCopy full SHA for 483798b
setup.py
@@ -132,7 +132,7 @@ def run(self):
132
entry_points = {'console_scripts': ['swapping_ebuilds=swapping_ebuilds.main:main',
133
],
134
},
135
- install_requires=['humanize', 'psutil'],
+ install_requires=['humanize', 'psutil', 'colorama'],
136
data_files=[],
137
cmdclass={ 'doxygen': Doxygen,
138
'doc': Doc,
0 commit comments