-
Notifications
You must be signed in to change notification settings - Fork 93
/
Pipfile
88 lines (85 loc) · 2.04 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
# Direct dependencies
adal = "*"
app-common-python = ">=0.2.3"
azure-identity = "*"
azure-mgmt-costmanagement = ">=3.0.0"
azure-mgmt-compute = "*"
azure-mgmt-resource = ">=8.0"
azure-mgmt-storage = ">=20.1.0"
azure-storage-blob = ">=12.1"
boto3 = ">=1.34"
bs4 = ">=0.0.1"
cachetools = ">=4.1.0"
celery = ">=5.2.2"
ciso8601 = ">=2.1"
confluent-kafka = ">=2.1.0"
croniter = "*"
Django = "~=4.2.0"
django-cors-headers = ">=3.1"
django-environ = ">=0.4"
django-extensions = ">=2.2"
django-filter = ">=2.2"
django-prometheus = ">=1.1"
django-redis = ">=4.10"
django-tenants = ">=3.4"
djangorestframework = ">=3.14.0"
djangorestframework-csv = ">=2.1"
google-api-python-client = ">=1.12.4"
google-auth = ">=1.22.1"
google-cloud-bigquery = ">=2.2.0"
google-cloud-storage = "*"
gunicorn = "*"
ibm-cloud-sdk-core = ">=3.5.2"
ibm-platform-services = ">=0.17.8"
jinjasql2 = "*"
kafka-python = ">=2.0.1"
kombu = "<5.3" # https://issues.redhat.com/browse/COST-3997
msrestazure = "*"
numpy = {version = "*", markers = "platform_machine == 'aarch64' or platform_machine == 'arm64' or platform_machine == 'x86_64'"}
oci = "*"
pandas = "<2.3"
prometheus-client = ">=0.7"
psutil = ">=5.6"
psycopg2 = ">=2.9"
pyarrow = ">=0.17.1"
python-dateutil = ">=2.8"
querystring-parser = ">=1.2"
redis = ">=5.0.1"
requests = ">=2.32.0"
sentry-sdk = ">=0.13"
statsmodels = ">=0.12"
trino = "*"
unleashclient = "<5" # new version breaks for unknown reason
watchtower = "==1.0.6" # new version breaks for unknown reason
whitenoise = ">=5.0"
pydantic = ">=2"
sqlparse = "*"
[dev-packages]
argh = ">=0.26.2"
astroid = ">=2.3"
flower = "*"
coverage = ">=5.0"
crc-bonfire = "*"
debugpy = ">=1.3.0"
django-cprofile-middleware = "*"
faker = ">=0.8"
flake8 = ">=3.7"
koku-nise = "*"
matplotlib = ">=3.3"
model-bakery = ">=1.1"
pre-commit = ">=2.0"
pydocstyle = ">=4.0"
PyYaml = ">=5.3"
requests-mock = ">=1.7"
responses = ">=0.10"
snakeviz = "*"
tblib = ">=1.6"
tox = ">=3.0"
watchdog = ">=2.1.1"
[requires]
python_version = "3.11"