Refactoring: Changed all check parameters starting with an 'e' to new rulespec regist...
[check_mk.git] / Pipfile
blobd3aba134c673dfdd970fea542759c7baee4912a2
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 pytest-stepwise = "*"
14 dill = "*"
15 bandit = "*"
16 lockfile = "*"
17 lxml = "*"
18 pylint = "*"
19 pyenchant = "*"
20 yapf = "*"
21 docker = "*"
22 mockldap = "*"
23 isort = "*"
24 pdbpp = "*"
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.2"
35 pysnmp = "==4.4.4"
36 setuptools-git = "==1.2"
37 pymssql = "==2.1.3"
38 python-ldap = "==3.1.0"
39 simplejson = "==3.16.0"
40 mysqlclient = "==1.3.13"
41 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. >:-(
42 dicttoxml = "==1.7.4"
43 pycparser = "==2.19"
44 enum34 = "==1.1.6"
45 cffi = "==1.11.5"
46 Pillow = "==5.3.0"
47 reportlab = "==3.5.9"
48 PyPDF2 = "==1.26.0"
49 npyscreen = "==4.10.5"
50 psutil = "==5.4.7"
51 six = "==1.11.0"
52 ipaddress = "==1.0.22"
53 netifaces = "==0.10.7"
54 dnspython = "==1.15.0"
55 # python-ad = "==0.9"  This seems to be dead and is not on PyPi!
56 idna = "==2.7"
57 asn1crypto = "==0.24.0"
58 cryptography = "==2.4.1"
59 certifi = "==2018.10.15"
60 chardet = "==3.0.4"
61 urllib3 = "==1.24.1"
62 requests = { version = "==2.20.1", extras = ["security"] }
63 pyOpenSSL = "==18.0.0"
64 pykerberos = "==1.2.1"
65 requests-kerberos = "==0.12.0"
66 tinkerforge = "==2.1.19"
67 bcrypt = "==3.1.4"
68 PyNaCl = "==1.3.0"
69 paramiko = "==2.4.2"
70 pbr = "==5.1.0"
71 pyghmi = "==1.2.14"
72 typing = "==3.6.6"
73 scandir = "==1.9.0"
74 pathlib2 = "==2.3.2"
75 python-dateutil = "==2.7.5"
76 python-snap7 = "==0.10"
77 rrdtool = "==0.1.14"  # Actually we ship the binding which comes with rrdtool itself...
78 PyJWT = "==1.6.4"
79 SecretStorage = {version = "==2.3.1", markers = "sys_platform == 'linux2' and python_version < '3.5'"}
80 adal = "==1.2.0"
81 azure-nspkg = "==3.0.2"
82 azure-common = "==1.1.16"
83 azure-mgmt-nspkg = "==3.0.2"
84 isodate = "==0.6.0"
85 oauthlib = "==2.1.0"
86 requests-oauthlib = "==1.0.0"
87 msrest = "==0.6.1"
88 # use azure-mgmt-monitor 0.4.0 and its dependency
89 # msrestazure 0.4.34 since the monitor version 0.5.0
90 # will not deliver all metrics.
91 msrestazure = "==0.4.34"
92 azure-mgmt-monitor = "==0.4.0"
93 azure-mgmt-resource = "==2.0.0"
94 azure-mgmt-compute = "==4.3.1"
95 configparser = "==3.5.0"
96 entrypoints = "==0.2.3"
97 keyring = "==15.1.0"
98 Werkzeug = "==0.14.1"
99 passlib = "==1.7.1"
100 docutils = "==0.14"
101 futures = "==3.2.0"
102 jmespath = "==0.9.3"
103 botocore = "==1.12.43"
104 s3transfer = "==0.1.13"
105 boto3 = "==1.9.42"
106 cachetools = "==3.0.0"
107 rsa = "==4.0"
108 google-auth = "==1.6.1"
109 PyYAML = "==3.13"
110 websocket_client = "==0.54.0"
111 kubernetes = "==8.0.0"
113 [requires]
114 python_version = "2.7"