Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ronny Eichler
dataman
Commits
e295406e
Commit
e295406e
authored
Aug 21, 2015
by
Ronny Eichler
Browse files
add termcolor dependency for fancies
parent
573aab0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
e295406e
...
...
@@ -10,7 +10,7 @@ config = {
'download_url'
:
''
,
'author_email'
:
'ronny.eichler@gmail.com'
,
'version'
:
'0.0.1'
,
'install_requires'
:
[
'nose'
],
'install_requires'
:
[
'nose'
,
'termcolor'
],
'packages'
:
[
'dataman'
],
'scripts'
:
[],
'name'
:
'dataman'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment