-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathPipfile
More file actions
40 lines (37 loc) · 816 Bytes
/
Pipfile
File metadata and controls
40 lines (37 loc) · 816 Bytes
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
authlib = "==1.3.2"
boto3 = "==1.35.85"
celery = "==5.4.0"
channels = {extras = ["daphne"], version = "*"}
channels-redis = "*"
cryptography = "==44.0.0"
daphne = "*"
django = "==5.1.4"
django-cors-headers = "==4.6.0"
django-environ = "==0.11.2"
django-extensions = "==3.2.3"
django-redis = "==5.4.0"
djangorestframework = "==3.15.2"
djangorestframework-simplejwt = "*"
drf-spectacular = "==0.28.0"
onvif-zeep = "==0.2.12"
psutil = "==6.1.1"
pydantic = "==2.10.4"
pyjwt = "==2.10.1"
redis = "==5.2.1"
requests = "==2.32.3"
zope = "*"
psycopg = {extras = ["binary"], version = "*"}
whitenoise = "*"
sentry-sdk = "*"
[dev-packages]
django-factory-boy = "*"
isort = "*"
ruff = "*"
debugpy = "*"
[requires]
python_version = "3.13"