-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
43 lines (40 loc) · 895 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django-environ = "==0.10.0"
asgiref = "==3.6.0"
attrs = "==22.2.0"
autobahn = "==23.1.2"
automat = "==22.10.0"
cffi = "==1.15.1"
channels = "==4.0.0"
constantly = "==15.1.0"
cryptography = "==39.0.2"
daphne = "==4.0.0"
django = "==4.1.6"
django-cors-headers = "==3.14.0"
djangochannelsrestframework = "==1.1.0"
djangorestframework = "==3.14.0"
hyperlink = "==21.0.0"
idna = "==3.4"
incremental = "==22.10.0"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
pycparser = "==2.21"
pyopenssl = "==23.0.0"
pytz = "==2022.7.1"
service-identity = "==21.1.0"
six = "==1.16.0"
sqlparse = "==0.4.3"
twisted = "==22.10.0"
twisted-iocpsupport = "==1.0.2"
txaio = "==23.1.1"
typing-extensions = "==4.5.0"
tzdata = "==2022.7"
"zope.interface" = "==5.5.2"
django-seed = "*"
[dev-packages]
[requires]
python_version = "3.11"