diff options
author | Rick Clark <rick@openstack.org> | 2010-10-20 15:41:32 -0500 |
---|---|---|
committer | Rick Clark <rick@openstack.org> | 2010-10-20 15:41:32 -0500 |
commit | db1ca38ddce690e7b46fe5901a3dda74528531d6 (patch) | |
tree | 292c5909b4134555ce2a8c24fed3e421555f64bd /tools | |
parent | 9ecfe3a906b43f7ba54382e1bb1c26df9cd8fbbf (diff) | |
download | nova-db1ca38ddce690e7b46fe5901a3dda74528531d6.tar.gz |
fix typo in boto line of pip-requires
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 92d2bbb759..c76fad86f5 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -5,7 +5,7 @@ IPy==0.70 M2Crypto==0.20.2 amqplib==0.6.1 anyjson==0.2.4 -boto==1.9b1 +boto==1.9b carrot==0.10.5 eventlet==0.9.12 lockfile==0.8 |