-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
87 lines (84 loc) · 2.13 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
80
81
82
83
84
85
86
87
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "~=24.3.0"
envparse = "~=0.2"
faker = "~=4.0"
prospector = "==1.10.2"
pytest = "~=5.1"
pytest-cov = "~=4.1.0"
pytest-django = "~=3.9"
pytest-env = "~=0.6"
pytest-html = "~=2.0"
pytest-xdist = "~=1.31"
pytest_bdd = "~=3.1"
pytest-rerunfailures = "~=9.0"
python-slugify = "6.1.1"
requests-mock = "~=1.8"
selenium = "==4.13.0"
selenium-wire = "==5.1.0"
setoptconf = "0.3.0"
webdriver-manager = "~=4.0.1"
django-debug-toolbar = "~=2.2"
django-requests-debug-toolbar = "*"
django-extensions = "~=3.0.5"
pylint-django = "==2.5.3"
ipython = "==8.12.2"
python-dotenv = "*"
ipdb = "==0.13.13"
pytest-mock = "*"
moto = {version = "~=4.2", extras = ["s3"]}
requirements-detector = "==1.2.2"
pylint = "==2.17.7"
pylint-celery = "==0.3"
pylint-flask = "==0.6"
pylint-plugin-utils = "==0.7"
pytest-circleci-parallelized = "*"
[packages]
beautifulsoup4 = "~=4.8.2"
bleach = "~=3.3.1"
boto3 = "~=1.24.96"
dateparser = "==1.1.8"
elastic-apm = "~=6.7.2"
gunicorn = "~=22.0.0"
markdown = "~=3.4.1"
mohawk = ">=1.1.0"
munch = "~=2.5.0"
requests = {extras = ["security"], version = "~=2.21"}
sentry-sdk = "~=2.8.0"
whitenoise = "~=5.3.0"
crispy-forms-gds = "~=0.2.4"
notifications-python-client = "~=6.4.1"
python-magic = "~=0.4.27"
Authlib = "==1.3.1"
regex = "==2022.3.2"
deepmerge = "*"
phonenumbers = "~=8.12.57"
setuptools = "~=70.0.0"
rules="~=3.3.0"
djangorestframework = "~=3.15.2"
django-chunk-upload-handlers = "~=0.0.13"
django-compressor = "~=2.4.1"
django-csp = "~=3.8"
django-environ = "~=0.9.0"
django-htmlmin = "*"
django-inline-svg = "~=0.1.1"
django-storages = "==1.11.1" # Need to fix this version because 1.9 removes support for boto
django-formtools = "~=2.3.0"
django-crispy-forms = "~=1.14.0"
django-health-check = "~=3.18.1"
django-allow-cidr = "~=0.5.0"
django-redis = "~=4.12.1"
django-log-formatter-ecs = "==0.0.5"
django-ipware = "~=3.0.7"
django-extra-views = "~=0.14.0"
django = "~=4.2.15"
django-log-formatter-asim = "~=0.0.5"
dbt-copilot-python = "~=0.2.1"
cryptography = "~=43.0.1"
django-cacheops = "~=7.0.2"
ordered-set = "==4.1.0"
[requires]
python_version = "3.9"