Skip to content

Commit

Permalink
Install fabric, rm virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Jul 14, 2014
1 parent 7252d5a commit 57d341f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Fabric < 2.0.0
coverage < 4.0.0
docopt < 1.0.0
flake8 < 3.0.0
Expand All @@ -14,5 +15,4 @@ sphinxcontrib-httpdomain < 2.0.0
testtube < 1.0.0
tox < 2.0.0
unittest2 < 1.0.0
virtualenv-api < 2.1.0
wheel < 1.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
url=metadata['url'],
packages=['changes'],
install_requires=[
'Fabric < 2.0.0',
'docopt < 1.0.0',
'path.py < 5.0.0',
'semantic_version < 3.0.0',
'sh < 2.0.0',
'virtualenv < 2.0.0',
'wheel < 1.0.0',
],
entry_points={
Expand Down

0 comments on commit 57d341f

Please sign in to comment.