~ltrager/maas/lp1654432_2.1

« back to all changes in this revision

Viewing changes to versions.cfg

  • Committer: LaMont Jones
  • Date: 2016-10-12 15:26:17 UTC
  • mfrom: (5469 maas)
  • mto: This revision was merged to the branch mainline in revision 5482.
  • Revision ID: lamont@canonical.com-20161012152617-t14n2jt7y5b7hidb
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
blessings = 1.6
12
12
buildout-versions = 1.7
13
13
coverage = 4.1
 
14
decorator = 4.0.10
14
15
django-nose = 1.4.2
15
16
extras = 0.0.3
16
17
fixtures = 2.0.0
17
18
hypothesis = 1.11.4
18
 
ipdb = 0.8.1
19
 
ipython = 1.2.1
 
19
ipdb = 0.10.1
 
20
ipython = 5.1.0
 
21
ipython-genutils = 0.1.0
20
22
junitxml = 0.6
21
23
linecache2 = 1.0.0
22
24
nose = 1.3.1
23
25
nose-progressive = 1.5.1
24
26
nose-timer = 0.5.0
25
27
pbr = 1.8.1
 
28
pickleshare = 0.7.4
26
29
postgresfixture = 0.3.1
 
30
prompt-toolkit = 1.0.7
27
31
python-mimeparse = 0.1.4
28
32
python-subunit = 1.2.0
29
33
selenium = 2.45
30
34
setuptools = 18.7
 
35
simplegeneric = 0.8.1
31
36
sqlparse = 0.1.10
32
37
termcolor = 1.1.0
33
38
testresources = 0.2.7
34
39
testscenarios = 0.4
35
40
testtools = 2.1.0
36
41
traceback2 = 1.4.0
 
42
traitlets = 4.3.1
37
43
unittest2 = 1.1.0
 
44
wcwidth = 0.1.7
38
45
zc.buildout = 2.5.0
39
46
zc.recipe.egg = 2.0.3
40
47
 
41
48
# Lint.
42
 
flake8 = 2.5.4
43
 
mccabe = 0.2.1
44
 
pep8 = 1.7.0
45
 
pyflakes = 0.8.1
 
49
flake8 = 3.0.4
 
50
mccabe = 0.5.2
 
51
pycodestyle = 2.0.0
 
52
pyflakes = 1.1.0
46
53
 
47
54
# Explicit versions for PACKAGED dependencies. This is where a TEST
48
55
# dependency itself depends on an INSTALL/RUNTIME dependency which is,