-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
100 lines (97 loc) · 2.17 KB
/
Pipfile
File metadata and controls
100 lines (97 loc) · 2.17 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
amqp = "==5.3.1"
annotated-types = "==0.7.0"
anyio = "==4.9.0"
asgiref = "==3.8.1"
attrs = "==25.3.0"
autobahn = "==24.4.2"
automat = "==25.4.16"
billiard = "==4.2.1"
celery = "==5.5.1"
certifi = "==2025.4.26"
cffi = "==1.17.1"
charset-normalizer = "==3.4.1"
click = "==8.1.8"
click-didyoumean = "==0.3.1"
click-plugins = "==1.1.1"
click-repl = "==0.3.0"
colorama = "==0.4.6"
constantly = "==23.10.4"
cron-descriptor = "==1.4.5"
cryptography = "==44.0.2"
daphne = "==4.1.2"
distro = "==1.9.0"
dj-database-url = "==2.3.0"
django = "==5.1.8"
django-celery-beat = "==2.8.0"
django-countries = "==7.6.1"
django-elasticsearch-dsl = "==8.0"
django-filter = "==25.1"
django-redis = "==5.4.0"
django-timezone-field = "==7.1"
djangorestframework = "==3.16.0"
djangorestframework-simplejwt = "==5.5.0"
drf-spectacular = "==0.28.0"
drf-yasg = "==1.21.10"
elastic-transport = "==8.17.1"
elasticsearch = "==8.18.1"
elasticsearch-dsl = "==8.18.0"
h11 = "==0.16.0"
hiredis = "==3.1.0"
httpcore = "==1.0.9"
httpx = "==0.28.1"
hyperlink = "==21.0.0"
idna = "==3.10"
incremental = "==24.7.2"
inflection = "==0.5.1"
jiter = "==0.9.0"
jsonschema = "==4.23.0"
jsonschema-specifications = "==2024.10.1"
kombu = "==5.5.2"
packaging = "==24.2"
pillow = "==11.2.1"
prompt-toolkit = "==3.0.50"
pyasn1 = "==0.6.1"
pyasn1-modules = "==0.4.2"
pycparser = "==2.22"
pydantic = "==2.11.4"
pydantic-core = "==2.33.2"
pyjwt = "==2.9.0"
pyopenssl = "==25.0.0"
python-crontab = "==3.2.0"
python-dateutil = "==2.9.0.post0"
python-decouple = "==3.8"
python-dotenv = "==1.1.0"
pytz = "==2025.2"
pyyaml = "==6.0.2"
redis = "==5.2.1"
referencing = "==0.36.2"
requests = "==2.32.3"
rpds-py = "==0.24.0"
service-identity = "==24.2.0"
six = "==1.17.0"
sniffio = "==1.3.1"
sqlparse = "==0.5.3"
tqdm = "==4.67.1"
twisted = "==24.11.0"
txaio = "==23.1.1"
typing-inspection = "==0.4.0"
typing-extensions = "==4.13.2"
tzdata = "==2025.2"
uritemplate = "==4.1.1"
urllib3 = "==2.4.0"
vine = "==5.1.0"
wcwidth = "==0.2.13"
"zope.interface" = "==7.2"
dotenv = "*"
openai = "*"
whitenoise = "*"
psycopg-binary = "*"
psycopg2-binary = "*"
[dev-packages]
[requires]
python_version = "3.13"