-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathPipfile
More file actions
81 lines (77 loc) · 1.97 KB
/
Pipfile
File metadata and controls
81 lines (77 loc) · 1.97 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
71
72
73
74
75
76
77
78
79
80
81
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
awscli = "==1.44.13"
awscli-local = "==0.22.2"
django-stubs = "==5.2.8"
factory-boy = "==3.3.3"
flake8 = "==7.3.0"
flake8-docstrings = "==1.7.0"
isort = "==7.0.0"
mkdocs = "==1.6.1"
pygraphviz = "==1.14"
pyparsing = "==3.3.1"
pytest = "==9.0.2"
pytest-cov = "==7.0.0"
pytest-django = "==4.11.1"
pytest-mock = "==3.15.1"
pytest-factoryboy = "==2.8.1"
[packages]
pytz = "==2025.2"
botocore = "==1.42.23"
boto3 = "==1.42.23"
cryptography = "==46.0.3"
dj-database-url = "==3.1.0"
django = "==5.2.10"
django-admin-interface = "==0.32.0"
django-admin-logs = "==1.5.0"
django-configurations = "==2.5.1"
django-cors-headers = "==4.9.0"
django-extensions = "==4.1"
django-filter = "==25.2"
django-more-admin-filters = "==1.15"
django-model-utils = "==5.0.0"
django-storages = "==1.14.6"
django-unique-upload = "==0.2.1"
django-csp = "==4.0"
djangorestframework = "==3.16.1"
django-json-widget = "==2.1.1"
drf-yasg = "==1.21.11"
gunicorn = "==23.0.0"
jwcrypto = "==1.5.6"
markdown = "==3.10"
psycopg2 = "==2.9.11"
pyjwt = "==2.10.1"
requests = "==2.32.5"
wait-for-it = "==2.3.0"
requests-mock = "==1.12.1"
celery = "==5.6.2"
redis = "==7.1.0"
flower = "==2.0.1"
django-celery-beat = "==2.8.1"
kombu = "==5.6.2"
requests-aws4auth = "==1.3.1"
cerberus = "==1.3.8"
xlsxwriter = "==3.2.9"
openpyxl = "==3.1.5"
sendgrid = "==6.12.5"
django_prometheus = "==2.4.1"
sentry-sdk = "==2.48.0"
chardet = "==5.2.0"
puremagic = "==1.30"
opentelemetry-api = "==1.39.1"
opentelemetry-exporter-otlp = "==1.39.1"
opentelemetry-sdk = "==1.39.1"
opentelemetry-instrumentation-django = "==0.60b1"
opentelemetry-instrumentation-psycopg2 = "==0.60b1"
opentelemetry-instrumentation-redis = "==0.60b1"
opentelemetry-instrumentation-celery = "==0.60b1"
opentelemetry-instrumentation-botocore = "==0.60b1"
opentelemetry-instrumentation-requests = "==0.60b1"
django-simple-history = "==3.11.0"
[requires]
python_version = "3.10.8"
[pipenv]
allow_prereleases = true