-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
42 lines (39 loc) · 955 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
tg-utils = "==0.3.0"
tg-react = "==2.0.0"
"psycopg2-binary" = "==2.7.5"
django-redis = "==4.9.0"
django-crispy-forms = "==1.7.2"
"django-storages" = "==1.7.1"
boto3 = "==1.9.60"
pytest = "==3.8.0"
pytest-django = "==3.4.2"
pytest-cov = "==2.6.0"
coverage = "==4.5.1"
prospector = "==1.1.3"
pycodestyle = "==2.3.1"
pylint = "==2.1.1"
pylint-django = "==2.0.4"
flake8 = "==3.5.0"
isort = "==4.3.4"
hashids = "==1.2.0"
Django = "==1.11.20"
djangorestframework = "==3.7.7"
djangorestframework_simplejwt = "==3.2.3"
django-filter = "==1.0.4"
django-environ = "==0.4.5"
django-cors-headers = "==2.4.0"
Sphinx = "==1.7.8"
sphinx_rtd_theme = "==0.4.1"
gunicorn = "==19.8.1"
raven = "==6.9.0"
# TODO: Temporarily pinned pyyaml to avoid vulnerability, this should be removed
pyyaml = ">=4.2b1"
[dev-packages]
django-debug-toolbar = "==1.9.1"
[requires]
python_version = "3.6"