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