Skip to content

Commit

Permalink
iterpipes => sh
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Oct 24, 2013
1 parent 95c6b71 commit ab8bd20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
coverage < 4.0.0
docopt < 1.0.0
iterpipes < 1.0.0
flake8 < 3.0.0
mock < 2.0.0
nose < 2.0.0
Expand All @@ -9,6 +8,7 @@ path.py < 5.0.0
pinocchio < 1.0.0
python-coveralls < 3.0.0
semantic_version < 3.0.0
sh < 2.0.0
sphinx-bootstrap-theme < 1.0.0
sphinxcontrib-httpdomain < 2.0.0
testtube < 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
packages=['changes'],
install_requires=[
'docopt < 1.0.0',
'iterpipes < 1.0.0',
'pypandoc < 1.0.0',
'path.py < 5.0.0',
'pypandoc < 1.0.0',
'semantic_version < 3.0.0',
'sh < 2.0.0',
'virtualenv < 2.0.0',
],
entry_points={
Expand Down

0 comments on commit ab8bd20

Please sign in to comment.