-
Notifications
You must be signed in to change notification settings - Fork 26
/
Pipfile
65 lines (62 loc) · 1.47 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
awscli = "1.29.4"
awscli-local = "0.20"
factory-boy = "==3.2.1"
flake8 = "6.0.0"
flake8-docstrings = "1.7.0"
isort = "5.12.0"
mkdocs = "1.4.3"
pygraphviz = "1.11"
pyparsing = "3.1.0"
pytest = "7.4.0"
pytest-cov = "4.1.0"
pytest-django = "4.5.2"
pytest-mock = "==3.11.0"
pytest-factoryboy = "2.5.1"
[packages]
pytz = "2022.1"
botocore = "==1.31.4"
boto3 = "==1.28.4"
cryptography = "==3.4.7"
dj-database-url = "==0.5.0"
django = "==3.2.15"
django-admin-508 = "==1.0.2"
django-admin-logs = "==1.0.2"
django-configurations = "==2.2"
django-cors-headers = "==3.12.0"
django-extensions = "==3.1.3"
django-filter = "==21.1"
django-model-utils = "==4.1.1"
django-storages = "==1.12.3"
django-unique-upload = "==0.2.1"
django-csp = "==3.7"
djangorestframework = "==3.13.1"
drf-yasg = "==1.20.0"
gunicorn = "==20.1.0"
jwcrypto = "==1.3.1"
markdown = "==3.3.7"
psycopg2 = "==2.9.9"
pyjwt = "==2.4.0"
requests = "==2.27.1"
wait-for-it = "==2.2.0"
requests-mock = "==1.9.3"
celery = "==5.2.6"
redis = "==4.1.2"
flower = "==1.1.0"
django-celery-beat = "==2.2.1"
elasticsearch = "==7.13.4" # REQUIRED - v7.14.0 introduces breaking changes
django-elasticsearch-dsl = "==7.3"
django-elasticsearch-dsl-drf = "==0.22.5"
requests-aws4auth = "==1.1.2"
cerberus = "==1.3.4"
xlsxwriter = "==3.1.9"
openpyxl = "==3.1.2"
sendgrid = "==6.10.0"
django_prometheus = "==2.3.1"
sentry-sdk = "==2.11.0"
[requires]
python_version = "3.10.8"