modify requirements

This commit is contained in:
termie 2011-11-07 14:11:27 -08:00
parent c2ac84e4ca
commit 29e4e54ce3
4 changed files with 3 additions and 5 deletions

View File

@ -97,3 +97,4 @@ Still To Do
* LDAP backend.
* Keystone import.
* Admin-only interface
* Don't check git checkouts as often, to speed up tests

View File

@ -26,7 +26,6 @@ import sys
import eventlet
import eventlet.wsgi
eventlet.patcher.monkey_patch(all=False, socket=True, time=True)
import hflags as flags
import routes
import routes.middleware
import webob
@ -35,9 +34,6 @@ import webob.exc
from paste import deploy
FLAGS = flags.FLAGS
class WritableLogger(object):
"""A thin wrapper that responds to `write` and logs."""

View File

@ -1,4 +1,3 @@
hflags
pam==0.1.4
WebOb==0.9.8
eventlet==0.9.12

2
tools/pip-requires-test Normal file
View File

@ -0,0 +1,2 @@
# for python-keystoneclient
httplib2