1e07b98d77
- Store the unix time from iso8601.parse_date to compare against time.time. - on a WSGI environement the import don't get passed to the methods from __init__ use a self. variable. - Fixes bug 951603. - Add unit tests. - Add iso8601 to test-requires. Change-Id: Ia8af8b203d1310d5ae6868c3a14dfdf68d6e5331
26 lines
720 B
Plaintext
26 lines
720 B
Plaintext
# Optional backend: Memcache
|
|
python-memcached
|
|
|
|
# Optional backend: LDAP
|
|
python-ldap==2.3.13 # authenticate against an existing LDAP server
|
|
|
|
# Testing
|
|
coverage # computes code coverage percentages
|
|
mox # mock object framework
|
|
nose # for test discovery and console feedback
|
|
nosexcover
|
|
openstack.nose_plugin
|
|
pylint # static code analysis
|
|
pep8==0.6.1 # checks for PEP8 code style compliance
|
|
Sphinx>=1.1.2 # required to build documentation
|
|
unittest2 # backport of unittest lib in python 2.7
|
|
webtest # test wsgi apps without starting an http server
|
|
|
|
# for python-keystoneclient
|
|
httplib2
|
|
-e git+https://github.com/openstack/python-keystoneclient.git#egg=python-keystoneclient
|
|
|
|
# for python-novaclient
|
|
prettytable
|
|
iso8601>=0.1.4
|