-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
45 lines (42 loc) · 780 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.7.2"
certifi = "==2024.7.4"
cfgv = "==3.4.0"
click = "==8.1.7"
distlib = "==0.3.8"
django = "==5.0.9"
filelock = "==3.13.1"
identify = "==2.5.35"
nodeenv = "==1.8.0"
packaging = "==23.2"
pathspec = "==0.12.1"
platformdirs = "==4.2.0"
pyyaml = "==6.0.1"
sqlparse = "==0.5.0"
django-eventstream = "*"
daphne = "*"
pip = "*"
django-cors-headers = "*"
redis = "*"
mypy = "*"
django-allauth = "*"
djangorestframework = "*"
django-filter = "*"
django-async-stream = "*"
adrf = "*"
channels = "*"
channels-redis = "*"
[dev-packages]
black = "==24.3.0"
isort = "*"
mypy = "*"
mypy-extensions = "==1.0.0"
pytest = "*"
pytest-cov = "*"
markdown = "*"
[requires]
python_version = "3.12"