forked from RedHatInsights/insights-rbac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
55 lines (51 loc) · 1.1 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
[[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.24"
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 = "==2.1.0"
prometheus-client = "==0.7.1"
urllib3 = "==1.26.6"
Jinja2 = "==2.11.3"
watchtower = "==1.0.6"
boto3 = "==1.18.49"
celery = "==4.3.0"
redis = "==3.3.8"
sqlparse = "==0.4.2"
django-extensions = "==2.2.9"
python-dateutil = "*"
ecs-logging = "*"
app-common-python = "~=0.1.2"
sentry-sdk = "==0.20.3"
tox = "==3.23.0"
psycopg2 = "==2.8.6"
psycopg2-binary = "==2.8.6"
[dev-packages]
astroid = "==2.2.5"
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"
pre-commit = "*"
black = "==19.*"
flake8 = "*"
flake8-docstrings = "*"
flake8-import-order = "*"
flake8-quotes = "*"
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true