forked from project-koku/koku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
87 lines (84 loc) · 1.93 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django-environ = ">=0.4"
djangorestframework = ">=3.11,!=3.14.0"
gunicorn = ">=20.0"
boto3 = ">=1.10"
whitenoise = ">=5.0"
Django = "<4.0"
psutil = ">=5.6"
django-filter = ">=2.2"
requests = ">=2.20"
django-tenant-schemas = ">=1.10"
django-cors-headers = ">=3.1"
querystring-parser = ">=1.2"
djangorestframework-csv = ">=2.1"
pint = ">=0.9"
pytz = ">=2019.3"
django-prometheus = ">=1.1"
prometheus-client = ">=0.7"
django-redis = ">=4.10"
flake8 = ">=3.7"
watchtower = "==1.0.6"
celery = ">=5.2.2"
python-dateutil = ">=2.8"
bs4 = ">=0.0.1"
azure-identity = "*"
azure-mgmt-costmanagement = ">=3.0.0"
azure-mgmt-resource = ">=8.0"
azure-mgmt-storage = ">=20.1.0"
azure-storage-blob = ">=12.1"
adal = "*"
msrestazure = "*"
google-cloud-bigquery = ">=2.2.0"
google-api-python-client = ">=1.12.4"
google-auth = ">=1.22.1"
jinjasql = ">=0.1"
ciso8601 = ">=2.1"
pandas = "==1.3.5"
sentry-sdk = ">=0.13"
ujson = ">=1.35"
django-extensions = ">=2.2"
confluent-kafka = ">=1.4.1"
kafka-python = ">=2.0.1"
cachetools = ">=4.1.0"
pyarrow = ">=0.17.1"
importlib-metadata = "*"
statsmodels = ">=0.12"
app-common-python = ">=0.2.3"
ibm-cloud-sdk-core = ">=3.5.2"
ibm-platform-services = ">=0.17.8"
jinja2 = "<3"
markupsafe = "<2.1"
unleashclient = "<5"
trino = "*"
oci = "*"
croniter = "*"
numpy = {version = "*", markers = "platform_machine == 'aarch64' or platform_machine == 'arm64' or platform_machine == 'x86_64'"}
[dev-packages]
astroid = ">=2.3"
tox = ">=3.0"
coverage = "<5.0"
codecov = ">=2.0.17"
requests-mock = ">=1.7"
faker = ">=0.8"
pydocstyle = ">=4.0"
flake8-docstrings = ">=1.5"
PyYaml = ">=5.3"
tblib = ">=1.6"
model-bakery = ">=1.1"
koku-nise = ">=3.0.0"
pre-commit = ">=2.0"
responses = ">=0.10"
matplotlib = ">=3.3"
watchdog = ">=2.1.1"
argh = ">=0.26.2"
debugpy = ">=1.3.0"
crc-bonfire = "*"
django-cprofile-middleware = "*"
snakeviz = "*"
[requires]
python_version = "3.9"