-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
45 lines (42 loc) · 918 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]
aioredis = "==1.1.0"
asgiref = "==2.3.2"
attrs = "==18.1.0"
autobahn = "==18.6.1"
certifi = "==2018.4.16"
channels = "==2.1.2"
constantly = "==15.1.0"
daphne = "==2.2.0"
dj-database-url = "==0.5.0"
django-templated-mail = "==1.1.1"
djangorestframework = "==3.8.2"
djangorestframework-jwt = "==1.11.0"
djoser = "==1.1.5"
gunicorn = "==19.9.0"
hiredis = "==0.2.0"
hyperlink = "==18.0.0"
idna = "==2.7"
incremental = "==17.5.0"
msgpack = "==0.5.6"
pipenv = "==2018.7.1"
"psycopg2" = "==2.7.5"
pytz = "==2018.5"
six = "==1.11.0"
txaio = "==2.10.0"
virtualenv = "==16.0.0"
virtualenv-clone = "==0.3.0"
whitenoise = "==3.3.1"
"zope.interface" = "==4.5.0"
async_timeout = "==3.0.0"
Automat = "==0.7.0"
channels_redis = "==2.2.1"
Django = "==2.0.6"
PyJWT = "==1.6.4"
Twisted = "==18.4.0"
[dev-packages]
[requires]
python_version = "3.6"