diff options
author | Alfredo Deza <alfredo.deza@inktank.com> | 2013-08-16 16:25:17 -0400 |
---|---|---|
committer | Gary Lowell <gary.lowell@inktank.com> | 2013-10-10 12:54:03 -0700 |
commit | 31ce3b7e95989ee1c308c9a089fe5638432e5311 (patch) | |
tree | 4207e85ca119bd1b3e9884d23d7e69fd20cd439a | |
parent | 82049c7a63691d19a27dc54a72bbb24329d8549d (diff) | |
download | ceph-31ce3b7e95989ee1c308c9a089fe5638432e5311.tar.gz |
update the requirements for ceph-rest
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
-rw-r--r-- | src/pybind/ceph-rest/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pybind/ceph-rest/setup.py b/src/pybind/ceph-rest/setup.py index 8d0e6776ea6..7411aac78a9 100644 --- a/src/pybind/ceph-rest/setup.py +++ b/src/pybind/ceph-rest/setup.py @@ -17,7 +17,7 @@ setup( license = "LGPL2", zip_safe = False, keywords = "ceph, rest, bindings, api, cli", - install_requires = ['flask==0.10', 'rados'], + install_requires = ['flask==0.10', 'rados', 'ceph-argparse'], long_description = long_description(), classifiers = [ 'Development Status :: 5 - Production/Stable', |