Merge "Move comments in front of dependencies"
This commit is contained in:
commit
b556d8a6ca
@ -11,22 +11,31 @@ pysqlite
|
|||||||
python-memcached
|
python-memcached
|
||||||
|
|
||||||
# Optional backend: LDAP
|
# Optional backend: LDAP
|
||||||
python-ldap==2.3.13 # authenticate against an existing LDAP server
|
# authenticate against an existing LDAP server
|
||||||
|
python-ldap==2.3.13
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
coverage # computes code coverage percentages
|
# computes code coverage percentages
|
||||||
mox # mock object framework
|
coverage
|
||||||
nose # for test discovery and console feedback
|
# mock object framework
|
||||||
|
mox
|
||||||
|
# for test discovery and console feedback
|
||||||
|
nose
|
||||||
nosexcover
|
nosexcover
|
||||||
openstack.nose_plugin
|
openstack.nose_plugin
|
||||||
nosehtmloutput
|
nosehtmloutput
|
||||||
Sphinx>=1.1.2 # required to build documentation
|
# required to build documentation
|
||||||
unittest2 # backport of unittest lib in python 2.7
|
Sphinx>=1.1.2
|
||||||
webtest # test wsgi apps without starting an http server
|
# backport of unittest lib in python 2.7
|
||||||
|
unittest2
|
||||||
|
# test wsgi apps without starting an http server
|
||||||
|
webtest
|
||||||
|
|
||||||
# for python-keystoneclient
|
# for python-keystoneclient
|
||||||
httplib2 # keystoneclient <0.2.1
|
# keystoneclient <0.2.1
|
||||||
requests>=1.0.0 # replaces httplib2 in keystoneclient >=0.2.1
|
httplib2
|
||||||
|
# replaces httplib2 in keystoneclient >=0.2.1
|
||||||
|
requests>=1.0.0
|
||||||
keyring
|
keyring
|
||||||
|
|
||||||
# swift_auth test dependencies
|
# swift_auth test dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user