forked from project-koku/koku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
82 lines (79 loc) · 1.78 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django-environ = ">=0.4"
djangorestframework = ">=3.11"
gunicorn = ">=20.0"
boto3 = ">=1.10"
whitenoise = ">=5.0"
Django = "<3.2"
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 = ">=0.7"
celery = "~=4.4"
celery-prometheus-exporter = ">=1.7"
python-dateutil = ">=2.8"
bs4 = ">=0.0.1"
azure-mgmt-costmanagement = ">=0.1.0,<1.0.0"
azure-mgmt-resource = ">=8.0"
azure-mgmt-storage = "<=11.2.0"
azure-storage-blob = ">=12.1"
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.1"
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"
kombu = ">=4.6.10,<5.0"
importlib-metadata = "*"
presto-python-client = ">=0.7.0"
statsmodels = ">=0.12"
app-common-python = ">=0.1.6"
ibm-cloud-sdk-core = ">=3.5.2"
ibm-platform-services = ">=0.17.8"
jinja2 = "<3"
[dev-packages]
astroid = ">=2.3"
sphinx-rtd-theme = ">=0.3"
sphinx = ">=3.0"
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"
coveralls = ">=1.10"
python-coveralls = ">=2.9"
model-bakery = ">=1.1"
koku-nise = ">=2.2"
pre-commit = ">=2.0"
responses = ">=0.10"
matplotlib = ">=3.3"
watchdog = ">=2.1.1"
argh = ">=0.26.2"
debugpy = ">=1.3.0"
[requires]
python_version = "3.8"