Skip to content

Commit

Permalink
Add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Jun 23, 2016
1 parent 69fa870 commit ea81643
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@

requirements = [
'Click>=6.0',
# TODO: put package requirements here
'PyYAML==3.11'
]

test_requirements = [
# TODO: put package test requirements here
'pytest==2.9.2',
'pytest-xdist==1.14'
]

setup(
Expand Down

0 comments on commit ea81643

Please sign in to comment.