mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Updating requirements.
This commit is contained in:
parent
7e325afd9c
commit
debd7f858f
2 changed files with 5 additions and 4 deletions
|
@ -19,7 +19,7 @@ httplib2==0.8
|
|||
iconv==1.0
|
||||
kombu==2.5.7
|
||||
lxml==3.1.0
|
||||
mongoengine==0.7.9
|
||||
mongoengine==0.8.2
|
||||
nltk==2.0.4
|
||||
oauth2==1.5.211
|
||||
PIL==1.1.7
|
||||
|
|
7
fabfile.py
vendored
7
fabfile.py
vendored
|
@ -75,8 +75,9 @@ def do_roledefs(split=False):
|
|||
return droplets
|
||||
|
||||
def list_do():
|
||||
do(split=True)
|
||||
pprint(env.roledefs)
|
||||
droplets = do(split=True)
|
||||
pprint(droplets)
|
||||
|
||||
|
||||
def host(*names):
|
||||
env.hosts = []
|
||||
|
@ -906,7 +907,7 @@ def copy_task_settings():
|
|||
|
||||
def setup_do(name, size=2):
|
||||
INSTANCE_SIZE = "%sGB" % size
|
||||
IMAGE_NAME = "Ubuntu 12.10 x64 Server"
|
||||
IMAGE_NAME = "Ubuntu 13.04 x64 Server"
|
||||
doapi = dop.client.Client(django_settings.DO_CLIENT_KEY, django_settings.DO_API_KEY)
|
||||
sizes = dict((s.name, s.id) for s in doapi.sizes())
|
||||
size_id = sizes[INSTANCE_SIZE]
|
||||
|
|
Loading…
Add table
Reference in a new issue