-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
48 lines (45 loc) · 953 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
46
47
48
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
django = "==2.2.6"
channels = "==2.4.0"
gunicorn = "==20.0.4"
django-heroku = "==0.3.1"
aioredis = "==1.3.1"
asgiref = "==3.2.10"
async-timeout = "==3.0.1"
attrs = "==19.3.0"
autobahn = "==20.6.2"
automat = "==20.2.0"
cffi = "==1.14.0"
channels-redis = "==3.0.0"
constantly = "==15.1.0"
cryptography = "==2.9.2"
daphne = "==2.5.0"
dj-database-url = "==0.5.0"
hiredis = "==1.0.1"
hyperlink = "==19.0.0"
idna = "==2.10"
incremental = "==17.5.0"
msgpack = "==1.0.0"
psycopg2 = "==2.8.5"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
pycparser = "==2.20"
pyhamcrest = "==2.0.2"
pyopenssl = "==19.1.0"
pytz = "==2020.1"
random-username = "==1.0.2"
service-identity = "==18.1.0"
six = "==1.15.0"
sqlparse = "==0.3.1"
twisted = "==20.3.0"
txaio = "==20.4.1"
whitenoise = "==5.1.0"
zope-interface = "==5.1.0"
uvicorn = "*"
[requires]
python_version = "3.6"