forked from uktrade/lite-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
79 lines (76 loc) · 1.99 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
70
71
72
73
74
75
76
77
78
79
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "~=22.3.0"
bandit = "==1.6.2"
coverage = "~=5.0"
parameterized = "~=0.7"
prospector = "~=1.2.0"
django-coverage-plugin = "~=3.1.0"
pytest-cov = "~=2.10.0"
requests-mock = "~=1.8"
freezegun = "~=1.0.0"
pytest = "*"
pytest-django = "*"
pytest-bdd = "*"
ipdb = "*"
watchdog = {extras = ["watchmedo"], version = "*"}
diff-pdf-visually = "~=1.7.0"
pytest-circleci-parallelized = "~=0.1.0"
moto = {extras = ["s3"], version = "*"}
[packages]
factory-boy = "~=2.12.0"
unittest-xml-reporting = "~=2.5.2"
faker = "~=23.2.1"
boto3 = "~=1.26.17"
django-activity-stream = "~=0.10.0"
django-allow-cidr = "~=0.5.0"
django-elasticsearch-dsl = "~=7.2.2"
django-elasticsearch-dsl-drf = "~=0.22.5"
django-environ = "~=0.9.0"
django-health-check = "~=3.16.5"
django-model-utils = "~=4.3.1"
django-sortedm2m = "~=3.1.1"
django-staff-sso-client = "~=4.2.1"
djangorestframework = "~=3.14.0"
elasticsearch = "<7.14.0"
markdown = "~=3.4.1"
mohawk = "~=1.1.0"
openpyxl = "==3.0.6"
packaging = "~=20.0"
requests-toolbelt = "~=0.10.1"
tblib = "~=1.7.0"
weasyprint = "==52.5"
defusedxml = "~=0.6.0"
xmlschema = "~=1.2.0"
notifications-python-client = "~=5.7.1"
dataclasses = "~=0.6"
# endesive = "~=1.5.9" (not included here as installed in a later jenkins step. Uncomment if working locally)
pypdf2 = "~=1.27.5"
cryptography = "~=42.0.0"
sentry-sdk = "~=1.17.0"
elastic-apm = "~=6.7.2"
gunicorn = "~=21.2.0"
gevent = "~=23.9.1"
xmltodict = "~=0.12.0"
Pillow = "~=10.2.0"
django-phonenumber-field = "==6.4.0"
phonenumbers = "~=8.13.1"
django-log-formatter-ecs = "==0.0.5"
whitenoise = "~=5.3.0"
django-audit-log-middleware = "~=0.0.4"
django-extensions = "~=3.2.3"
ipython = "~=7.34.0"
celery = "~=5.3.0"
redis = "~=4.4.4"
psycopg2-binary = "~=2.9.3"
django-test-migrations = "~=1.2.0"
django-silk = "~=5.0.3"
django = "~=4.2.10"
django-queryable-properties = "~=1.9.1"
database-sanitizer = ">=1.1.0"
[requires]
python_version = "3.8"
python_full_version = "3.8.18"