Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimon committed Jul 8, 2016
1 parent 3d6b3df commit 59cb7e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
entry_points={'console_scripts': [
'p = main:main',
]},
install_requires=[
'mock>=2.0.0',
'urwid',
'pyyaml',
'termcolor'
],
include_package_data=True,
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 59cb7e4

Please sign in to comment.