-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
42 lines (39 loc) · 924 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "==8.1.1"
responses = "==0.20.0"
mock = "==4.0.3"
unittest2 = "==1.1.0"
pre-commit = "==3.7.0"
flake8 = "==4.0.1"
autopep8 = "==1.6.0"
pipenv = "==2023.12.1"
pep8-naming = "==0.12.1"
pytest-cov = "==3.0.0"
[packages]
logmatic-python = "==0.1.7"
confluent-kafka = "==1.8.2"
jaeger-client = "==4.8.0"
prometheus-client = "==0.14.0"
psycopg2-binary = "==2.9.3"
click = "==8.1.2"
flask = "==2.2.5"
backoff = "==1.11.1"
boxsdk = {extras = ["jwt"],version = "==3.2.0"}
cryptography = "==42.0.5"
hvac = "==0.11.2"
asyncio = "==3.4.3"
requests = "==2.31.0"
gunicorn = "==22.0.0"
gevent = "==23.9.1"
pyjwt = "==2.5.0"
ibm-db = "==3.1.1"
detect-secrets = {ref = "0.13.1+ibm.62.dss", git = "https://github.com/ibm/detect-secrets.git"}
pytest = "==8.1.1"
Werkzeug = "== 3.0.3"
pre-commit = "==3.7.0"
[requires]
python_version = "3.9"