forked from RedHatInsights/insights-rbac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
44 lines (41 loc) · 917 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
43
44
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django-environ = ">=0.4.0"
djangorestframework = ">=3.8.0"
gunicorn = ">=19.7.0"
whitenoise = ">=3.3.0"
Django = "==2.2.4"
psycopg2-binary = ">=2.7.0"
django-filter = ">=1.1.0"
requests = ">=2.20.0"
django-tenant-schemas = "==1.9.0"
django-cors-headers = "==3.1.0"
djangorestframework-csv = "==2.1.0"
pytz = "==2019.2"
django-prometheus = "==1.0.15"
prometheus-client = "==0.7.1"
urllib3 = "==1.25.3"
Jinja2 = "==2.10.1"
watchtower = "==0.6.0"
boto3 = "==1.9.216"
celery = "==4.3.0"
redis = "==3.3.8"
sqlparse = "==0.3.0"
django-extensions = "==2.2.9"
[dev-packages]
astroid = "==2.2.5"
pylint = "==2.3.1"
sphinx-rtd-theme = ">=0.3.0"
sphinx = ">=1.7.0"
tox = ">=3.0.0"
coverage = ">=4.5.0"
codecov = ">=2.0.0"
faker = ">=0.8.14"
pylint-django = "==2.0.11"
pre-commit = "*"
flake8 = "*"
[requires]
python_version = "3.6"