forked from DataDog/dd-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
74 lines (59 loc) · 1.8 KB
/
requirements.txt
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
65
66
67
68
69
70
71
72
73
74
######################## WARNING ##########################
# This file currently determines the python deps installed
# for the dev env, the source install and the Win build.
# It is NOT used for the DEB/RPM packages and the OS X
# build. For these please update:
# https://github.com/DataDog/omnibus-software
###########################################################
###########################################################
# These modules are the deps needed by the
# agent core, meaning every module that is
# not a check
# They're installed in the CI and when doing
# a source install
# If their installation fails the agent installation
# fails, so they shouldn't have too many deps
###########################################################
boto==2.36.0
ntplib==0.3.3
# the libyaml bindings are optional
pyyaml==3.11
# note: requests is also used in many checks
# upgrade with caution
requests==2.6.0
# note: simplejson is used in many checks to inteface APIs
simplejson==3.6.5
supervisor==3.1.3
tornado==3.2.2
uptime==3.0.1
###########################################################
# These modules are for checks. But they are
# installable just fine anywhere. So we install
# them all. They're usually pure python and don't
# need any external deps.
###########################################################
# checks.d/sqlserver.py
adodbapi==2.6.0.7
pyro4==4.35 # required by adodbapi
# checks.d/riak.py
httplib2==0.9
# checks.d/kafka_consumer.py
kafka-python==0.9.3
# checks.d/postgres.py
pg8000==1.10.1
# checks.d/mysql.py
pymysql==0.6.6
# checks.d/gearman.py
gearman==2.0.2
# checks.d/mcache.py
python-memcached==1.53
# checks.d/redis.py
redis==2.10.3
# checks.d/vsphere.py
pyvmomi==6.0.0
# checks.d/hdfs.py
snakebite==1.3.11
# utils/platform.py
docker-py==1.3.1
# checks.d/dns_check.py
dnspython==1.12.0