]> git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/commit
packaging: add dependency on python-requests
authorJosh Durgin <josh.durgin@inktank.com>
Wed, 19 Mar 2014 09:27:32 +0000 (02:27 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Fri, 21 Mar 2014 23:24:10 +0000 (16:24 -0700)
commitaeb553d84465e0b52c41ce67b62b7f74fed8bb2c
treedf6237edb4049383be34ff7ee5c965af967405b6
packaging: add dependency on python-requests

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
24 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.rst [new file with mode: 0644]
bootstrap [new file with mode: 0755]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
radosgw-agent.spec [new file with mode: 0644]
radosgw_agent/__init__.py [new file with mode: 0644]
radosgw_agent/cli.py [new file with mode: 0644]
radosgw_agent/client.py [new file with mode: 0644]
radosgw_agent/lock.py [new file with mode: 0644]
radosgw_agent/sync.py [new file with mode: 0644]
radosgw_agent/tests/__init__.py [new file with mode: 0644]
radosgw_agent/tests/test_client.py [new file with mode: 0644]
radosgw_agent/worker.py [new file with mode: 0644]
requirements-dev.txt [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]