diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-04-25 16:05:50 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-05-01 22:18:39 +0900 |
commit | 9e6d3053c00b28a9ac9435b05e4987d9f8ce8843 (patch) | |
tree | 8b816b5729fad5edec235a73faf4f0438832c974 /tools/pip-requires | |
parent | a01972e18c8b7fe09bae45b43af8d234df96661a (diff) |
sweep the tree to change from gevent to ryu.lib.hub
mostly mechanical changes.
also, change the requirement from gevent to eventlet.
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools/pip-requires')
-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 2a9b4ce4..cf7f06b8 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,4 @@ -gevent>=0.13 +eventlet routes webob>=1.0.8 paramiko |