-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathPipfile
More file actions
56 lines (53 loc) · 1.49 KB
/
Pipfile
File metadata and controls
56 lines (53 loc) · 1.49 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
56
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
celery = {version = "==5.4.0", extras = ["sqs"]}
cryptography = "==46.0.5"
boto3 = "==1.36.14"
django = "==5.2.12"
djangorestframework = "==3.16.1"
django-filter = "==25.1"
django-countries = "==7.6.1"
django-cors-headers = "==4.7.0"
django-csp = "==3.8"
django-storages = {version = "==1.14.6", extras = ["s3"]}
pyotp = "==2.9.0"
python-dotenv = "==1.0.1"
psycopg2-binary = "==2.9.9"
redis = {version = "==5.2.1", extras = ["hiredis"]}
regex = "==2024.11.6"
requests = "==2.32.5"
gunicorn = "==23.0.0"
uvicorn-worker = "==0.2.0"
pyjwt = "==2.12.1"
psutil = "==7.0.0"
google-auth = "==2.48.0"
google-cloud-bigquery = "==3.38.0"
tink = {version = "==1.13.0", extras = ["gcpkms"]}
cachetools = "==6.2.6"
[dev-packages]
celery-types = "==0.23.0"
black = "==24.8.0"
boto3-stubs = {version = "==1.38.39", extras = ["essential"]}
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"