2013-11-15 16:49:12 +00:00
|
|
|
hacking>=0.8.0,<0.9
|
2013-05-11 14:48:00 -04:00
|
|
|
|
2013-02-15 14:35:06 -06:00
|
|
|
# Optional backend: SQL
|
|
|
|
pysqlite
|
|
|
|
|
2012-02-27 17:46:43 -08:00
|
|
|
# Optional backend: Memcache
|
2013-11-15 16:49:12 +00:00
|
|
|
python-memcached>=1.48
|
2012-02-27 17:46:43 -08:00
|
|
|
|
|
|
|
# Optional backend: LDAP
|
2013-07-08 11:37:35 +02:00
|
|
|
# authenticate against an existing LDAP server
|
|
|
|
python-ldap==2.3.13
|
2012-02-27 17:46:43 -08:00
|
|
|
|
|
|
|
# Testing
|
2013-07-08 11:37:35 +02:00
|
|
|
# computes code coverage percentages
|
2013-11-13 08:26:37 +00:00
|
|
|
coverage>=3.6
|
2013-10-24 10:15:44 +10:00
|
|
|
# fixture stubbing
|
|
|
|
fixtures>=0.3.14
|
2013-07-08 11:37:35 +02:00
|
|
|
# mock object framework
|
2013-10-31 00:27:28 +00:00
|
|
|
mock>=1.0
|
2013-11-13 08:26:37 +00:00
|
|
|
mox>=0.5.3
|
2013-07-08 11:37:35 +02:00
|
|
|
# required to build documentation
|
2013-12-10 13:54:39 -08:00
|
|
|
sphinx>=1.1.2,<1.2
|
2013-07-08 11:37:35 +02:00
|
|
|
# test wsgi apps without starting an http server
|
2013-11-13 08:26:37 +00:00
|
|
|
WebTest>=2.0
|
2012-02-27 17:46:43 -08:00
|
|
|
|
2013-10-10 13:36:03 +00:00
|
|
|
discover
|
2014-01-30 16:53:00 -06:00
|
|
|
python-subunit>=0.0.18
|
2013-10-10 13:36:03 +00:00
|
|
|
testrepository>=0.0.17
|
2014-01-30 16:53:00 -06:00
|
|
|
testtools>=0.9.34
|
2013-12-03 12:33:28 +10:00
|
|
|
testscenarios>=0.4
|
2013-10-10 13:36:03 +00:00
|
|
|
|
2012-02-27 17:46:43 -08:00
|
|
|
# for python-keystoneclient
|
2013-07-08 11:37:35 +02:00
|
|
|
# keystoneclient <0.2.1
|
2014-01-30 16:53:00 -06:00
|
|
|
httplib2>=0.7.5
|
2013-07-08 11:37:35 +02:00
|
|
|
# replaces httplib2 in keystoneclient >=0.2.1
|
2013-11-13 08:26:37 +00:00
|
|
|
requests>=1.1
|
2014-01-16 09:12:23 +01:00
|
|
|
keyring>=1.6.1,<2.0,>=2.1
|
2012-03-20 18:47:19 -07:00
|
|
|
|
2013-06-28 20:01:42 -04:00
|
|
|
# For documentation
|
2014-02-13 14:35:23 +01:00
|
|
|
oslosphinx
|
2014-02-12 15:28:24 -06:00
|
|
|
|
|
|
|
# Used only by oslo
|
|
|
|
kombu>=2.4.8
|
|
|
|
lockfile>=0.8
|
2014-02-14 11:13:45 -08:00
|
|
|
stevedore>=0.14
|