-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathPipfile
More file actions
70 lines (67 loc) · 1.71 KB
/
Copy pathPipfile
File metadata and controls
70 lines (67 loc) · 1.71 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
gunicorn = "==23.0.0"
celery = { extras = ["redis"], version = "==5.5.3" }
django-tinymce = "==4.1.0"
whitenoise = "==6.9.0"
openpyxl = "==3.1.5"
markdown = "==3.10"
django-bootstrap5 = "==25.2"
django-robots = "==6.1"
setuptools-scm = "==9.2.2"
django-ratelimit = "==4.1.0"
pylibmc = "==1.6.3"
kombu = "==5.5.4"
django-flags = "==5.0.14"
sentry-sdk = "==2.57.0"
channels = { extras = ["daphne"], version = "==4.2.2" }
channels-redis = "==4.3.0"
more-itertools = "==10.7.0"
nh3 = "==0.3.4"
django-admin-multiple-choice-list-filter = "==0.1.1"
django-npm = "==1.0.1"
pymemcache = "==4.0.0"
weasyprint = "==68.1"
tesseract = "==0.1.3"
pytesseract = "==0.3.13"
django-redis = "==6.0.0"
twisted = { extras = ["http2", "tls"], version = "==25.5.0" }
pyleniumio = "==1.21.0"
django-maintenance-mode = "==0.22.0"
xlsxwriter = "==3.2.5"
psycopg2 = "==2.9.11"
django-storages = { extras = ["s3"], version = "==1.14.6" }
django-structlog = {extras = ["celery"], version = "==10.0.0"}
defusedxml = "==0.7.1"
django-ninja = "==1.6.2"
urllib3 = "==2.6.3"
bagit = "==1.9.0"
django-registration = "==3.4"
boto3 = "==1.39.17"
botocore = "==1.39.17"
certifi = "==2025.7.14"
websocket-client = "<1.8.0"
black = "*"
django-vite = "~=3.1.0"
pyasn1 = "~=0.6.3"
requests = "~=2.33.0"
hiredis = "~=3.3.0"
django-celery-beat = "~=2.8.1"
prometheus-client = "~=0.25.0"
aws-xray-sdk = "~=2.15.0"
pre-commit = "~=4.5.1"
django = "~=5.2.13"
django-opensearch-dsl = "==0.8.0"
[dev-packages]
invoke = "==2.2.0"
django-extensions = "==3.2.3"
django-debug-toolbar = "==6.3.0"
coverage = "==7.9.2"
locust = "~=2.43"
tblib = "~=3.2.0"
pre-commit = "~=4.5.1"
[requires]
python_version = "3.12"