Commit bc3861f7ede3d6c1f9011daacaa259fbb8250ddc

Authored by Sergio Oliveira
1 parent 225a5d9b

Updating every package upon request

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
fabfile.py
... ... @@ -70,7 +70,7 @@ def install(local_settings=None):
70 70  
71 71 def update_requirements():
72 72 with cd('~/colab'), prefix(WORKON_COLAB):
73   - run('pip install -r requirements.txt')
  73 + run('pip install -U -r requirements.txt')
74 74  
75 75  
76 76 def deploy(update=False):
... ...