Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
local.update also requires services
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Sep 27, 2015
1 parent a18a286 commit dd53489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fbox/fabfile/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def setup_with_production_data():

@task
@hosts('')
@require_services
def update():
run_local('venv/bin/pip install -r requirements/dev.txt')
execute('local.frontend_tools')
Expand Down

0 comments on commit dd53489

Please sign in to comment.