software.cfg 931 Bytes
Newer Older
1 2 3 4
# Production profile of slaprunner.
# Exactly the same as common.cfg, but:
# 1/ Use a defined set of Python eggs instead of using the latest available
#    ones from Pypi, to ensure stability;
5

6
[buildout]
7
extends = common.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
8

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
9 10
[versions]
Flask-Auth = 0.85
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
11
PyRSS2Gen = 1.1
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
12
apache-libcloud = 0.16.0
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
13
cns.recipe.symlink = 0.2.3
14
collective.recipe.environment = 0.2.0
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
15
collective.recipe.template = 1.11
16
ecdsa = 0.11
17
erp5.util = 0.4.42
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
18
gitdb = 0.6.4
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
19
gunicorn = 19.1.1
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
20
plone.recipe.command = 1.1
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
21
pycrypto = 2.6.1
22
slapos.recipe.download = 1.0.dev-r4053
23
slapos.recipe.template = 2.6
24
slapos.toolbox = 0.47.2
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
25
smmap = 0.9.0
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
26 27 28
z3c.recipe.scripts = 1.0.1

# Required by:
29
# slapos.toolbox==0.47.2
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
30
GitPython = 0.3.5
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
31 32

# Required by:
33
# slapos.toolbox==0.47.2
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
34
atomize = 0.2.0
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
35 36

# Required by:
37
# slapos.toolbox==0.47.2
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
38
feedparser = 5.1.3
39

40
# Required by:
41
# slapos.toolbox==0.47.2
42 43
lockfile = 0.10.2

44
# Required by:
45
# slapos.toolbox==0.47.2
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
46
paramiko = 1.15.2