-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
56 lines (53 loc) · 1.58 KB
/
buildout.cfg
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
[buildout]
old-eggs-directory = ${buildout:directory}/old-eggs/
parts =
python
eggs =
nameko-restie
nameko-restie-auth
nameko-cassandra
nameko-elasticsearch
nameko-rethinkdb
nameko-mongodb
nameko-logstash
nameko-scrapel[all]
queuelib
dateparser
extensions =
buildout.bootstrap
mr.developer
buildout.eggscleaner
auto-checkout = *
versions = versions
[versions]
six = >=1.10.0
pytz = >=2016.4
argon2-cffi = >=16.1.0
pyzmq = <=16.0.1
[sources]
; nameko-logstash = fs nameko-logstash path=src/
nameko-logstash = git [email protected]:NJoyX/nameko-logstash.git update=true
; nameko-mongodb = fs nameko-mongodb path=src/
nameko-mongodb = git [email protected]:NJoyX/nameko-mongodb.git update=true
; nameko-rethinkdb = fs nameko-rethinkdb path=src/
nameko-rethinkdb = git [email protected]:NJoyX/nameko-rethinkdb.git update=true
; nameko-elasticsearch = fs nameko-elasticsearch path=src/
nameko-elasticsearch = git [email protected]:NJoyX/nameko-elasticsearch.git update=true
; nameko-cassandra = fs nameko-cassandra path=src/
nameko-cassandra = git [email protected]:NJoyX/nameko-cassandra.git update=true
; nameko-restie-auth = fs nameko-restie-auth path=src/
nameko-restie-auth = git [email protected]:NJoyX/nameko-restie-auth.git update=true
; nameko-restie = fs nameko-restie path=src/
nameko-restie = git [email protected]:NJoyX/nameko-restie.git update=true
nameko-scrapel = fs nameko-scrapel path=src/
[python]
recipe = zc.recipe.egg
interpreter = python
eggs =
${buildout:eggs}
ipython
scripts =
ipython
restiectl
; relative-paths = true
dependent-scripts = true