-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
executable file
·70 lines (68 loc) · 1.67 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
atomicwrites = "==1.2.1"
attrs = "==18.2.0"
bleach = "==2.1.4"
cairocffi = "==0.9.0"
certifi = "==2018.10.15"
cffi = "==1.11.5"
chardet = "==3.0.4"
"cssselect2" = "==0.2.1"
defusedxml = "==0.5.0"
dj-database-url = "==0.5.0"
"django-bootstrap4" = "==0.0.7"
django-braces = "==1.13.0"
django-cache-url = "==3.0.0"
django-cors-middleware = "==1.3.1"
django-debug-toolbar-request-history = "==0.0.9"
django-debug-toolbar = "==1.10.1"
django-elasticsearch-dsl = "==0.5.1"
django-filter = "==2.0.0"
django-oauth-toolkit = "==1.2.0"
django-redis = "==4.9.0"
django-render-block = "==0.5"
"django-rest-framework-social-oauth2" = "==1.1.0"
django-storages = "==1.7.1"
django-templated-email = "==2.2.0"
django-versatileimagefield = "==1.10"
django-webpack-loader = "==0.6.0"
djangorestframework = "==3.9.0"
djangorestframework-jwt = "==1.11.0"
elasticsearch-dsl = "==6.1.0"
elasticsearch = "==6.3.1"
"html5lib" = "==1.0.1"
idna = "==2.7"
ipaddress = "==1.0.22"
more-itertools = "==4.3.0"
oauthlib = "==2.1.0"
pluggy = "==0.8.0"
"psycopg2-binary" = "==2.7.5"
py = "==1.7.0"
pycparser = "==2.19"
pytest-django = "==3.4.3"
pytest = "==3.9.3"
python-dateutil = "==2.7.5"
"python3-openid" = "==3.1.0"
pytz = "==2018.7"
redis = "==2.10.6"
requests-oauthlib = "==1.0.0"
requests = "==2.20.0"
six = "==1.11.0"
social-auth-app-django = "==3.1.0"
social-auth-core = "==2.0.0"
sqlparse = "==0.2.4"
text-unidecode = "==1.2"
"tinycss2" = "==0.6.1"
"urllib3" = "==1.24.1"
webencodings = "==0.5.1"
Babel = "==2.6.0"
Django = "==2.1.5"
Faker = "==0.9.2"
Markdown = "==3.0.1"
Pillow = "==5.3.0"
PyJWT = "==1.6.4"
uWSGI = "==2.0.17.1"
[dev-packages]