-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathPipfile
More file actions
55 lines (52 loc) · 1.69 KB
/
Copy pathPipfile
File metadata and controls
55 lines (52 loc) · 1.69 KB
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.org/simple"
verify_ssl = true
name = "pypi"
[packages]
cryptography = "==46.0.7"
django = "==5.2.14"
djangorestframework = "==3.16.1"
django-filter = "==25.1"
django-countries = "==7.6.1"
django-cors-headers = "==4.7.0"
django-csp = "==3.8"
pyotp = "==2.9.0"
psycopg2-binary = "==2.9.9"
redis = {version = "==5.2.1", extras = ["hiredis"]}
regex = "==2024.11.6"
requests = "==2.34.2"
pyjwt = "==2.13.0"
psutil = "==7.0.0"
google-auth = "==2.48.0"
google-cloud-secret-manager = "==2.27.0"
google-crc32c = "==1.8.0"
tink = {version = "==1.13.0", extras = ["gcpkms"]}
cachetools = "==6.2.6"
django-import-export = "==4.2.0" # TODO: remove this once legacy system is removed
django-pipeline = "==4.1.0" # TODO: remove this once legacy system is removed
django-two-factor-auth = "==1.18.1" # TODO: remove this once legacy system is removed
libsass = "==0.23.0" # TODO: remove this once legacy system is removed
more-itertools = "==8.7.0" # TODO: remove this once legacy system is removed
pgeocode = "==0.4.0" # TODO: remove this once legacy system is removed
[dev-packages]
black = "==24.8.0"
pytest = "==8.3.3"
pytest-cov = "==5.0.0"
pytest-env = "==0.8.1"
pytest-xdist = {version = "==3.5.0", extras = ["psutil"]}
pytest-django = "==4.5.2"
django-extensions = "==3.2.1"
django-test-migrations = "==1.2.0"
pyparsing = "==3.0.9"
pydot = "==1.4.2"
pylint = "==4.0.4"
pylint-django = "==2.7.0"
isort = "==5.13.2"
mypy = "==1.15.0"
django-stubs = {version = "==5.2.9", extras = ["compatible-mypy"]}
djangorestframework-stubs = {version = "==3.15.3", extras = ["compatible-mypy"]}
types-regex = "==2024.11.6.*"
types-psutil = "==7.0.0.20250601"
types-cachetools = "==6.2.*"
[requires]
python_version = "3.12"