-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathrequirements.txt
More file actions
39 lines (35 loc) · 963 Bytes
/
requirements.txt
File metadata and controls
39 lines (35 loc) · 963 Bytes
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
# This list could be generated on the fly using the following commmand:
#find $CONTRAIL_DEST -name requirements.txt -exec cat {} \; \
# awk '$1 !~ /^#|^glance|^heat|^keystone|^neutron|^nova/ {print $1}' | sort -u
# however, as there are some missing or invalid requirements, as well as some
# extra additions, the list is kept up to date here instead for now
#sandesh_common # stats-daemon requirement doesn't exists
jsonpickle # required by schema, but not in its requirements.txt
cassandra-driver # required by analytics-api, but not in its requirements.txt
kafka # required by analytics-api
contrail-api-cli # as it's convenient
bitarray>=0.8.0
bottle==0.12.19
ConfigParser
consistent-hash
gevent==1.1.2
geventhttpclient==1.0a
kazoo
kombu
lxml>=2.3.3
netaddr>=0.7.5
netifaces
oslo.config
prettytable
psutil>=0.6.0
pycassa>=1.7.2
pyyaml
redis
requests
sandesh
sandesh-common
sseclient
stevedore
thrift==0.9.3
xmltodict
pycrypto