~ubuntu-branches/ubuntu/saucy/keystone/saucy-proposed

« back to all changes in this revision

Viewing changes to tools/pip-requires

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-08-23 10:18:22 UTC
  • Revision ID: james.westby@ubuntu.com-20110823101822-enve6zceb3lqhuvj
Tags: upstream-1.0~d4~20110823.1078
ImportĀ upstreamĀ versionĀ 1.0~d4~20110823.1078

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# You may need to install development files before using 'pip install'
 
2
# For example:
 
3
#   sudo apt-get install python-dev libxml2-dev libxslt1-dev libsasl2-dev libldap2-dev libsqlite3-dev libssl-dev
 
4
 
 
5
# Production
 
6
eventlet
 
7
lxml
 
8
paste
 
9
pastedeploy
 
10
pastescript
 
11
pysqlite
 
12
sqlalchemy
 
13
webob
 
14
Routes
 
15
httplib2
 
16
 
 
17
# Optional backend: LDAP
 
18
python-ldap==2.3.13
 
19
 
 
20
# Optional backend: Memcache
 
21
python-memcached
 
22
 
 
23
# Development
 
24
Sphinx # required to build documentation
 
25
coverage # computes code coverage percentages
 
26
 
 
27
# Testing
 
28
webtest
 
29
unittest2
 
30
pep8