-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
68 lines (65 loc) · 1.36 KB
/
Pipfile
File metadata and controls
68 lines (65 loc) · 1.36 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3.6"
[packages]
psycopg2-binary = ">=2.8.3"
django-heroku = ">=0.3.1"
gunicorn = ">=19.9.0"
aioredis = ">=1.3.0"
asgiref = ">=3.2.2"
asn1crypto = ">=1.0.1"
async-timeout = ">=3.0.1"
attrs = ">=19.2.0"
autobahn = ">=19.10.1"
beautifulsoup4 = ">=4.8.0"
certifi = ">=2019.9.11"
cffi = ">=1.12.3"
channels = ">=2.3.0"
channels-redis = ">=2.4.0"
chardet = ">=3.0.4"
click = ">=7.0"
constantly = ">=15.1.0"
cryptography = ">=2.7"
daphne = ">=2.3.0"
dj-database-url = ">=0.5.0"
django-bootstrap4 = ">=1.0.1"
django-rq = ">=2.1.0"
h11 = ">=0.8.1"
hiredis = ">=1.0.0"
httptools = ">=0.0.13"
hyperlink = ">=19.0.0"
idna = ">=2.8"
incremental = ">=17.5.0"
msgpack = ">=0.6.2"
msgpack-python = ">=0.5.6"
multidict = ">=4.5.2"
psycopg2 = ">=2.8.3"
pycparser = ">=2.19"
python-multipart = ">=0.0.5"
pytz = ">=2019.2"
redis = ">=3.3.10"
requests = ">=2.22.0"
rq = ">=1.1.0"
six = ">=1.12.0"
soupsieve = ">=1.9.3"
sqlparse = ">=0.3.0"
starlette = ">=0.12.9"
txaio = ">=18.8.1"
typesystem = ">=0.2.4"
urllib3 = ">=1.25.5"
uvicorn = ">=0.8.6"
uvloop = ">=0.12.2"
websockets = ">=7.0"
whitenoise = ">=4.1.3"
yarl = ">=1.3.0"
"zope.interface" = ">=4.6.0"
Automat = ">=0.7.0"
Django = ">=2.2.5"
Jinja2 = ">=2.10.3"
MarkupSafe = ">=1.1.1"
PyHamcrest = ">=1.9.0"
Twisted = ">=19.7.0"
[dev-packages]