~ubuntu-branches/ubuntu/trusty/python-keystoneclient/trusty-proposed

« back to all changes in this revision

Viewing changes to test-requirements.txt

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-05-29 13:07:56 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20130529130756-3h7dh05a39n9uvq5
Tags: 1:0.2.4-0ubuntu1
* New upstream release. 
* debian/control: Add python-d2to1 and python-pbr
* debian/control: Add testrepository, dropped python-nose
* debian/control: Add python-six

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
distribute>=0.6.24
 
2
 
 
3
# Install bounded pep8/pyflakes first, then let flake8 install
 
4
pep8==1.4.5
 
5
pyflakes==0.7.2
 
6
flake8==2.0
 
7
hacking>=0.5.3,<0.6
 
8
 
 
9
coverage
 
10
fixtures
 
11
keyring
 
12
mock
 
13
mox
 
14
pycrypto
 
15
sphinx>=1.1.2
 
16
testrepository>=0.0.13
 
17
testtools>=0.9.22
 
18
WebOb>=1.0.8
 
19
 
 
20
Babel