Cleanup config.nodes_of
[check_mk.git] / Pipfile
blob3a0bbe14d8f5f3cfcf9a4b314866892bd641c98d
1 # ATTENTION: Most of this file is generated by omd/packages/python-modules/Makefile
3 [[source]]
4 url = "https://pypi.python.org/simple"
5 verify_ssl = true
6 name = "pypi"
8 [dev-packages]
9 pytest = "*"
10 pytest-cov = "*"
11 pytest-mock = "*"
12 "beautifulsoup4" = "*"
13 dill = "*"
14 bandit = "*"
15 lxml = "*"
16 pylint = "*"
17 pyenchant = "*"
18 # Keep 0.26.0 for the moment because 0.27.0 needs whole code base reformatting or config change
19 yapf = "==0.26.0"
20 docker = "*"
21 mockldap = "*"
22 isort = "*"
23 pdbpp = "*"
24 freezegun = "*"
26 [packages]
27 setuptools_scm = "==3.1.0"
28 pysphere = "==0.1.7"
29 pyasn1 = "==0.4.4"
30 pyasn1-modules = "==0.2.2"
31 pycryptodomex = "==3.6.6"
32 ordereddict = "==1.1"
33 ply = "==3.11"
34 pysmi = "==0.3.3"
35 pysnmp = "==4.4.9"
36 snmpsim = "==0.4.7"
37 setuptools-git = "==1.2"
38 pymssql = "==2.1.3"
39 python-ldap = "==3.1.0"
40 simplejson = "==3.16.0"
41 mysqlclient = "==1.3.13"
42 psycopg2 = "==2.7.6.1"  # This is actually a lie: We ship 2.6.2, but installation fails for PostgreSQL > 9. Alas, 2.7 removed support for clients < 9.1. >:-(
43 dicttoxml = "==1.7.4"
44 pycparser = "==2.19"
45 enum34 = "==1.1.6"
46 cffi = "==1.11.5"
47 Pillow = "==5.3.0"
48 reportlab = "==3.5.9"
49 PyPDF2 = "==1.26.0"
50 npyscreen = "==4.10.5"
51 psutil = "==5.4.7"
52 six = "==1.11.0"
53 ipaddress = "==1.0.22"
54 netifaces = "==0.10.7"
55 dnspython = "==1.15.0"
56 # python-ad = "==0.9"  This seems to be dead and is not on PyPi!
57 idna = "==2.7"
58 asn1crypto = "==0.24.0"
59 cryptography = "==2.4.1"
60 certifi = "==2018.10.15"
61 chardet = "==3.0.4"
62 urllib3 = "==1.24.1"
63 requests = { version = "==2.20.1", extras = ["security"] }
64 pyOpenSSL = "==18.0.0"
65 pykerberos = "==1.2.1"
66 requests-kerberos = "==0.12.0"
67 tinkerforge = "==2.1.19"
68 bcrypt = "==3.1.4"
69 PyNaCl = "==1.3.0"
70 paramiko = "==2.4.2"
71 pbr = "==5.1.0"
72 pyghmi = "==1.2.14"
73 typing = "==3.6.6"
74 scandir = "==1.9.0"
75 pathlib2 = "==2.3.2"
76 python-dateutil = "==2.7.5"
77 python-snap7 = "==0.10"
78 rrdtool = "==0.1.14"  # Actually we ship the binding which comes with rrdtool itself...
79 PyJWT = "==1.6.4"
80 SecretStorage = {version = "==2.3.1", markers = "sys_platform == 'linux2' and python_version < '3.5'"}
81 adal = "==1.2.0"
82 azure-nspkg = "==3.0.2"
83 azure-common = "==1.1.16"
84 azure-mgmt-nspkg = "==3.0.2"
85 isodate = "==0.6.0"
86 oauthlib = "==2.1.0"
87 requests-oauthlib = "==1.0.0"
88 msrest = "==0.6.1"
89 # use azure-mgmt-monitor 0.4.0 and its dependency
90 # msrestazure 0.4.34 since the monitor version 0.5.0
91 # will not deliver all metrics.
92 msrestazure = "==0.4.34"
93 azure-mgmt-monitor = "==0.4.0"
94 azure-mgmt-resource = "==2.0.0"
95 azure-mgmt-compute = "==4.3.1"
96 configparser = "==3.5.0"
97 entrypoints = "==0.2.3"
98 keyring = "==15.1.0"
99 Werkzeug = "==0.14.1"
100 passlib = "==1.7.1"
101 docutils = "==0.14"
102 futures = "==3.2.0"
103 jmespath = "==0.9.3"
104 botocore = "==1.12.43"
105 s3transfer = "==0.1.13"
106 boto3 = "==1.9.42"
107 cachetools = "==3.0.0"
108 rsa = "==4.0"
109 google-auth = "==1.6.1"
110 PyYAML = "==5.1"
111 websocket_client = "==0.54.0"
112 kubernetes = "==8.0.0"
113 # Has been added for jira notification plugin
114 defusedxml = "==0.5.0"
115 requests-toolbelt = "==0.9.1"
116 jira = "==2.0.0"
117 # Has been added for opsgenie notification plugin
118 opsgenie-sdk = "==0.3.1"
120 [requires]
121 python_version = "2.7"