-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
46 lines (46 loc) · 1.53 KB
/
requirements.txt
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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt requirements.in
#
click==6.7 # via pip-tools
contextlib2==0.5.5 # via raven
defusedxml==0.5.0 # via python3-openid, social-auth-core
dj-database-url==0.4.2
django-cors-headers==2.0.2
django-extensions==1.7.9
django-jsonfield==1.0.1
django==1.11.1
djangorestframework==3.6.3
drf-writable-nested==0.1.4
first==2.0.1 # via pip-tools
flake8==3.3.0
gunicorn==19.7.1
httplib2==0.10.3 # via oauth2client
jsonpickle==0.9.4
mccabe==0.6.1 # via flake8
oauth2client==4.1.0
oauthlib==2.0.2 # via requests-oauthlib, social-auth-core
olefile==0.44 # via pillow
pillow==4.1.1
pip-tools==1.9.0
psycopg2==2.7.1
py==1.4.33 # via pytest
pyasn1-modules==0.0.8 # via oauth2client
pyasn1==0.2.3 # via oauth2client, pyasn1-modules, rsa
pycodestyle==2.3.1 # via flake8
pyflakes==1.5.0 # via flake8
pyjwt==1.5.0 # via social-auth-core
pytest-django==3.1.2
pytest==3.0.7 # via pytest-django
python3-openid==3.1.0 # via social-auth-core
pytz==2017.2 # via django
raven==6.1.0
requests-oauthlib==0.8.0 # via social-auth-core
requests==2.14.2
rsa==3.4.2 # via oauth2client
six==1.10.0 # via django-extensions, oauth2client, pip-tools, social-auth-app-django, social-auth-core
social-auth-app-django==1.2.0
social-auth-core==1.3.0 # via social-auth-app-django
whitenoise==3.3.0