Skip to content

Commit

Permalink
add treelib dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Quinn committed Dec 28, 2016
1 parent 49f199d commit ad7edd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def read(*names, **kwargs):
'litmos', 'API'
],
install_requires=[
'requests==2.12.3', 'inflect==0.2.5'
'requests==2.12.3', 'inflect==0.2.5', 'treelib==1.3.5'
],
extras_require={
# eg:
Expand Down

0 comments on commit ad7edd1

Please sign in to comment.