forked from Checkmk/checkmk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
177 lines (173 loc) · 9.11 KB
/
Pipfile
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
# ATTENTION: Most of this file is generated by omd/packages/python3-modules/python3-modules.make
[[source]]
url = "${PIPENV_PYPI_MIRROR}"
verify_ssl = true
name = "pypi"
[dev-packages]
astroid = "*" # used by testlib.pylint_checker_localization
bandit = "*" # used by test/Makefile's test-bandit target
black = "==21.12b0" # used in our CI and in the LSP-integration. The black maintainers stubbornly refuse to release a non-prerelease version, so we have to pin this. See: https://github.com/psf/black/issues/517
"beautifulsoup4" = "*" # used by the GUI crawler and various tests
bson = "*" # used by test_mk_mongodb unit test
compiledb = "*" # used by the Livestatus/CMC Makefiles for building compile_command.json
docker = "*" # used by test_docker test and mk_docker agent plugin
dockerpty = "*" # used by dockerized tests for opening debug shells
freezegun = "*" # used by various unit tests
isort = "*" # used as a plugin for editors
lxml = "*" # used via beautifulsoup4 as a parser and in the agent_netapp special agent
lxml-stubs = "*" # used for type checking
mock = "*" # used in checktestlib in unit tests
mocket = "*" # used for mocking kubernetes python client
pylint = "*" # used by test/Makefile's test-pylint target
hypothesis = "*" # used by unit tests
mypy = "*" # used by test/static/Makefile's test-mypy target
twine = "*" # used to upload packages to internal PyPi mirror
types-six = "*" # used for type checking
types-requests = "*" # used for type checking
types-PyYAML = "*" # used for type checking
types-freezegun = "*" # used for type checking
types-mock = "*" # used for type checking
types-python-dateutil = "*" # used for type checking
types-simplejson = "*" # used for type checking
types-PyMySQL = "*" # used for type checking
types-pytz = "*" # used for type checking
types-cryptography = "*" # used for type checking
types-redis = "*" # used for type checking
types-protobuf = "*" # used for type checking
types-setuptools = "*" # used for type checking
playwright = "*" # used for in-browser testing
pydantic-factories = "*" # used for pydantic model testing
pymongo = "*" # used by mk_mongodb agent plugin
pytest = "*" # used by various test/Makefile targets
pytest-cov = "*" # used (indirectly) by test/Makefile's test-unit-coverage-html target, see comment there
pytest-mock = "*" # used by quite a few unit/integration tests via the mocker fixture
preprocess = "*" # implicit dependency of pytest-testmon, might be removed when testmon is updated
pytest-testmon = "*" # used for pre-commit checking via .pre-commit-config.yaml
pytest-profiling = "*" # used to analyze test run performance
pytest-random-order = "*" # used to test resiliency
pytest-repeat = "*" # used to test resiliency
responses = "*" # used for unit tests
webtest = "*" # used by WSGI based tests
pre-commit = "*" # used to fix / find issues before commiting changes
flake8 = "*"
sphinx = "*" # used for the plugin API documentation
sphinx-autodoc-typehints = "*" # used for the plugin API documentation
sphinx-rtd-theme = "*" # used for the plugin API documentation
sphinxcontrib-plantuml = "*" # used for the API and architecture
sphinxcontrib-spelling = "*"
3to2 = "*" # used for converting agent plugins from py3 to 2
fakeredis = {version = "==1.5.2", extras = ["lua"]} # used for testing code which uses Redis (freeze version due to some kwargs bug(???, see https://github.com/jamesls/fakeredis/pull/304/files#r680503761, lua is needed for faking features like "lock")
python-lsp-server = "*" # Note: There are extras, but the default seems sensible.
python-lsp-black = "*" # black plugin for python-lsp-server
pyls-isort = "*" # isort plugin for python-lsp-server
pylsp-mypy = "*" # mypy plugin for python-lsp-server
mypy-protobuf = "==3.0.0" # for mypy
pipfile = "*" # for generating import names during int tests
[packages]
setuptools_scm = "==4.1.2" # needed by various setup.py
setuptools-git = "==1.2" # needed by various setup.py
six = "==1.16.0" # direct dependency + needed by bcrypt, cryptography, PyNaCl, python-dateutil, vcrpy, python-active-directory
python-dateutil = "==2.8.2" # direct dependency
PyYAML = "==6.0" # needed by vcrpy
wrapt = "==1.13.3" # needed by vcrpy
yarl = "==1.7.2" # needed by vcrpy
multidict = "==5.2.0" # needed by yarl
idna = "==2.10" # needed by yarl
vcrpy = "==4.1.1" # used by various unit tests to mock HTTP transactions
pycparser = "==2.21" # needed by cffi
cffi = "==1.15.0" # needed by PyNaCl, cryptography, bcrypt
PyNaCl = "==1.3.0" # needed by paramiko
cryptography = "==3.3.2" # needed by paramiko
bcrypt = "==3.1.7" # needed by paramiko
paramiko = "==2.6.0" # direct dependency, used for SFTP transactions in check_sftp
pyasn1 = "==0.4.8" # needed by pysnmp
pyasn1-modules = "==0.2.8" # needed by kubernetes
pycryptodomex = "==3.9.3" # needed by pysnmp
ply = "==3.11" # needed by pysmi, python-active-directory
pysmi = "==0.3.4" # needed by pysnmp
pysnmp = "==4.4.12" # needed by Event Console
snmpsim = "==0.4.7" # needed by SNMP integration tests
certifi = "==2021.10.8" # needed by requests
chardet = "==4.0.0" # needed by requests
urllib3 = "==1.26.7" # needed by requests
pyOpenSSL = "==19.1.0" # needed by requests with extras = ["security"]
pbr = "==5.4.4" # needed by jira
pyghmi = "==1.5.13" # needed by base for IPMI
requests = {version = "==2.27.0",extras = ["security"]} # needed by DCD, connexion
pykerberos = "==1.2.1" # needed by check_bi_aggr
requests-kerberos = "==0.12.0" # needed by check_bi_aggr
MarkupSafe = "==2.0.1" # needed by Jinja2
itsdangerous = "==2.0.1" # needed by Flask
Jinja2 = "==3.0.3" # needed by Flask
more-itertools = "==8.12.0" # needed by connexion through zipp, pytest
zipp = "==3.7.0" # needed by importlib_metadata
attrs = "==21.4.0" # needed by jsonschema
importlib_metadata = "==4.8.2" # needed by jsonschema
pyrsistent = "==0.18.0" # needed by jsonschema
click = "==8.0.3" # needed by Flask
Werkzeug = "==2.0.2" # Needed by Flask
jsonschema = "==4.2.1" # needed by openapi-spec-validator
Flask = "==2.0.2" # direct dependency
pytz = "==2021.3" # direct dependency
openapi-spec-validator = "==0.2.9" # direct dependency
psutil = "==5.9.0" # needed for omdlib
passlib = "==1.7.2" # needed for omdlib
defusedxml = "==0.7.1" # needed by jira
oauthlib = "==3.1.0" # needed by requests-oauthlib and jira
requests-oauthlib = "==1.3.0" # needed by jira
requests-toolbelt = "==0.9.1" # needed by jira
PyJWT = "==1.7.1" # needed by jira
docutils = "==0.17.1" # needed by boto3 (aws)
jira = "==2.0.0" # needed by jira
adal = "==1.2.0" # needed by agent_azure
Pillow = "==8.3.2" # needed by GUI, Some vulnerabilities
python-ldap = "==3.3.1" # needed by GUI (User sync), python-active-directory
dicttoxml = "==1.7.4" # needed by GUI (API XML format)
Cython = "==0.29.19" # needed by numpy
numpy = "==1.21.4" # needed by GUI (metrics)
reportlab = "==3.5.66" # needed by GUI (reporting)
PyPDF3 = "==1.0.5" # needed by GUI (reporting)
roman = "==3.2" # needed by GUI (reporting)
cachetools = "==4.1.1" # needed by kubernetes
google-auth = "==2.3.3" # needed by kubernetes
rsa = "==4.7.2" # needed by kubernetes
websocket_client = "==0.57.0" # needed by kubernetes
kubernetes = "==21.7.0" # needed by kubernetes
jmespath = "==0.10.0" # needed by boto3 (aws)
botocore = "==1.20.102" # needed by boto3 (aws)
s3transfer = "==0.4.2" # needed by boto3 (aws)
boto3 = "==1.17.102" # needed by boto3 (aws)
python-snap7 = "==0.10" # needed by Siemens PLC special agent
pymssql = "==2.1.5" # needed by check_sql active check
PyMySQL = "==0.9.3" # needed by check_sql active check
psycopg2-binary = "==2.9.1" # needed by check_sql active check
apispec = "==5.1.1" # direct dependency
marshmallow = "==3.14.1" # direct dependency
marshmallow-oneofschema = "==2.1.0" # direct dependency
apispec-oneofschema = "==3.0.0" # direct dependency
typing_extensions = "==3.10" # required by pydantic
pydantic = "==1.8.2" # needed by special agents
paho-mqtt = "==1.6.1" # needed for MQTT special agent
dnspython = "==1.16.0" # needed by python-active-directory
python-active-directory = "==1.0.5"
rrdtool = "==0.1.15" # Actually we ship the binding which comes with rrdtool itself...
docstring_parser = "==0.13" # direct dependency
yapf = "==0.31.0" # formatter for REST-API documentation code examples
pyprof2calltree = "==1.4.5" # used for GUI/API profiling
repoze-profile = "==2.3" # used for GUI/API profiling
pyparsing = "==2.4.7" # direct dependency
ordered-set = "==4.0.2" # needed by deepdiff
deepdiff = "==5.0.2" # used for recording setup audit log
redis = "==3.5.3" # needed by GUI (caching)
fido2 = "==0.9.3" # used for GUI 2fa webauthn
tenacity = "==6.3.1" # needed by opsgenie-sdk
opsgenie-sdk = "==2.0.3" # needed by opsgenie_issues
protobuf = "==3.18.1" # For development, Runtime modules are shipped by omd/packages/protobuf
semver = "==2.13.0"
uvicorn = "==0.16.0" # used for running agent-receiver server
gunicorn= "==20.1.0" # used for running agent-receiver server
agent-receiver = {editable = true, path = "./agent-receiver"}
pysmb = "==1.2" # used by SMB share special agent
google-cloud-monitoring = "==2.8.0" # used by the gcp special agent
[requires]
python_version = "3.9"