forked from project-koku/koku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
69 lines (59 loc) · 1.33 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiokafka = "==0.5.2"
django-environ = ">=0.4.0"
djangorestframework = ">=3.8.0"
gunicorn = ">=19.7.0"
boto3 = "==1.10.2"
whitenoise = ">=3.3.0"
Django = "==2.2.6"
psutil = "==5.6.3"
drf-nested-routers = ">=0.90.0"
django-filter = ">=1.1.0"
requests = ">=2.20.0"
django-tenant-schemas = "==1.9.0"
django-cors-headers = "==3.1.1"
querystring-parser = ">=1.2.3"
djangorestframework-csv = "==2.1.0"
pint = "==0.9"
pytz = "==2019.3"
django-prometheus = "==1.1.0"
prometheus-client = "==0.7.1"
django-redis = "==4.10.0"
flake8 = "==3.7.9"
watchtower = "==0.7.3"
celery = "~=4.3.0"
celery-prometheus-exporter = "==1.7.0"
python-dateutil = "*"
bs4 = "*"
azure-mgmt-costmanagement = "==0.1.0"
azure-mgmt-resource = "*"
azure-mgmt-storage = "*"
azure-storage-blob = "==2.1.0"
azure-storage = "==0.36.0"
google-cloud-storage = "~=1.19.1"
jinjasql = "*"
ciso8601 = "==2.1.2"
pandas = "~=0.25.1"
[dev-packages]
astroid = "==2.3.2"
pylint = "==2.4.3"
sphinx-rtd-theme = ">=0.3.0"
sphinx = ">=1.7.0"
tox = ">=3.0.0"
coverage = ">=4.5.0"
codecov = ">=2.0.0"
requests-mock = "==1.7.0"
faker = ">=0.8.14"
pylint-django = "==2.0.11"
pydocstyle = "==4.0.1"
flake8-docstrings = "*"
pyyaml = "*"
tblib = "*"
coveralls = "*"
python-coveralls = "*"
[requires]
python_version = "3.6"