-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
65 lines (62 loc) · 1.43 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
amqp = "==2.2.1"
"asn1crypto" = "==0.22.0"
"beautifulsoup4" = "==4.6.0"
billiard = "==3.5.0.3"
celery = "==4.0.2"
certifi = "==2017.4.17"
cffi = "==1.10.0"
chardet = "==3.0.4"
cryptography = "*"
defusedxml = "==0.5.0"
dj-database-url = "==0.5.0"
django-braces = "==1.11.0"
django-cors-headers = "==2.1.0"
django-filter = "==1.0.4"
django-oauth-toolkit = "==1.0.0"
"django-rest-framework-social-oauth2" = "==1.0.8"
djangorestframework = "==3.7.7"
djangorestframework-jwt = "==1.11.0"
google-api-python-client = "==1.6.2"
gunicorn = "==19.6.0"
"httplib2" = "==0.10.3"
idna = "==2.5"
kombu = "==4.2.0"
langid = "==1.1.6"
nltk = "==3.2.4"
numpy = "*"
"oauth2client" = "==4.1.2"
oauthlib = "==2.0.3"
"psycopg2" = "==2.7.4"
"pyasn1" = "==0.2.3"
"pyasn1-modules" = "==0.0.9"
pycparser = "==2.18"
python-dateutil = "==2.6.1"
"python3-openid" = "==3.1.0"
pytz = "==2017.2"
redis = "==2.10.5"
requests = "==2.20.0"
requests-oauthlib = "==0.8.0"
rsa = "==3.4.2"
six = "==1.10.0"
social-auth-app-django = "==1.2.0"
social-auth-core = "==1.4.0"
uritemplate = "==3.0.0"
"urllib3" = "==1.23"
vine = "==1.1.4"
whitenoise = "==3.2"
Django = "==2.0.12"
django_celery_beat = "==1.1.1"
django_celery_results = "==1.0.1"
Markdown = "==2.6.8"
PyJWT = "==1.5.2"
"rest_framework_auth0" = "==0.4.5"
django-heroku = "*"
django-webpack-loader = "*"
[dev-packages]
[requires]
python_version = "3.6"