~chad.smith/lp2kanban/cross-team-ignore-other-projects

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[buildout]
parts =
    interpreter
    test
    tags
versions = versions
allow-picked-versions = true
use-dependency-links = false
unzip = true
include-site-packages = false
exec-sitecustomize = true
develop = .
eggs-directory = eggs
offline = false

[test]
recipe = zc.recipe.testrunner
eggs = lp2kanban
defaults = '--tests-pattern ^tests --exit-with-status'.split()

[interpreter]
recipe = z3c.recipe.scripts
interpreter = py
eggs = lp2kanban

[tags]
recipe = z3c.recipe.tag:tags
eggs = lp2kanban

[versions]
argparse = 1.4.0
elementtree = 1.2.7-20070827-preview
# The last version of requests to use urllib2 instead of urllib3 is 0.7.6.
# This avoids an urllib3 bug that causes https_proxy to not work.
requests = 0.7.6
keyring = 0.5.1
launchpadlib = 1.10.2
lazr.authentication = 0.1.3
lazr.restfulclient = 0.13.1
lazr.uri = 1.0.3
oauth = 1.0.1
simplejson = 2.1.6
wadllib = 1.3.2
wsgi-intercept = 0.5.0
z3c.recipe.scripts = 1.0.1
z3c.recipe.tag = 0.4.0
zc.buildout = 1.7.1
zc.recipe.egg = 1.3.2
zc.recipe.testrunner = 1.4.0
zope.exceptions = 3.6.1
zope.interface = 3.6.3
zope.testrunner = 4.0.3
setuptools = 19.2
testtools = 1.8.1
traceback2 = 1.4.0
unittest2 = 1.1.0
python-mimeparse = 0.1.4
extras = 0.0.3
httplib2 = 0.9.2
linecache2 = 1.0.0
pbr = 1.8.1
six = 1.10.0
testresources = 1.0.0