forked from shivanshs9/MMORPG-TLO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
53 lines (50 loc) · 1.04 KB
/
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
49
50
51
52
53
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
aioredis = "==1.1.0"
appdirs = "==1.4.3"
asgiref = "==2.3.2"
asn1crypto = "==0.24.0"
async-timeout = "==3.0.0"
attrs = "==18.2.0"
autobahn = "==18.9.2"
automat = "==0.7.0"
cffi = "==1.11.5"
channels = "==2.1.3"
channels-redis = "==2.3.0"
daphne = "==2.2.2"
django-debug-toolbar = "==1.10.1"
django-extensions = "==2.1.3"
django-redis-cache = "==1.7.1"
djangorestframework = "==3.9.0"
h2 = "==3.0.1"
hiredis = "==0.2.0"
hpack = "==3.0.0"
hyperframe = "==5.1.0"
hyperlink = "==18.0.0"
incremental = "==17.5.0"
msgpack = "==0.5.6"
pillow = "==5.3.0"
priority = "==1.3.0"
pyasn1 = "==0.4.4"
pyasn1-modules = "==0.2.2"
pycparser = "==2.18"
pycryptodome = "*"
pygments = "==2.2.0"
pyhamcrest = "==1.9.0"
pymysql = "==0.9.2"
pyopenssl = "==18.0.0"
redis = "==2.10.6"
service-identity = "==17.0.0"
six = "==1.11.0"
sqlparse = "==0.2.4"
twisted = "==18.7.0"
txaio = "==18.8.1"
django-heroku = "*"
boto3 = "*"
django-storages = "*"
[requires]
python_version = "3.7"