server/src/requirement.txt
author durandn
Mon, 11 Apr 2016 16:47:09 +0200
changeset 63 6bfac7c633a0
parent 19 dc3f8366729d
child 78 8e1440b83f0c
permissions -rw-r--r--
Added permission management into metaeducation (instead of it being in renkanmanager) + more logging around auth code + corrected client.py for oauth server so it sends the correct content-type when using client credentials
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
39cecdd5260e Added OAuth2 Client Credentials Authentication workflow for Mtdc Application + Corrected mistakes on Authorization Code flow
durandn
parents: 0
diff changeset
     1
defusedxml==0.4.1
19
dc3f8366729d Never import signals in init. Use Django applications framework. correct setup.py
ymh <ymh.work@gmail.com>
parents: 6
diff changeset
     2
Django==1.9.4
6
39cecdd5260e Added OAuth2 Client Credentials Authentication workflow for Mtdc Application + Corrected mistakes on Authorization Code flow
durandn
parents: 0
diff changeset
     3
django-allauth==0.24.1
39cecdd5260e Added OAuth2 Client Credentials Authentication workflow for Mtdc Application + Corrected mistakes on Authorization Code flow
durandn
parents: 0
diff changeset
     4
django-guardian==1.4.1
39cecdd5260e Added OAuth2 Client Credentials Authentication workflow for Mtdc Application + Corrected mistakes on Authorization Code flow
durandn
parents: 0
diff changeset
     5
djangorestframework==3.3.2
39cecdd5260e Added OAuth2 Client Credentials Authentication workflow for Mtdc Application + Corrected mistakes on Authorization Code flow
durandn
parents: 0
diff changeset
     6
easy-thumbnails==2.3
39cecdd5260e Added OAuth2 Client Credentials Authentication workflow for Mtdc Application + Corrected mistakes on Authorization Code flow
durandn
parents: 0
diff changeset
     7
oauthlib==1.0.3
39cecdd5260e Added OAuth2 Client Credentials Authentication workflow for Mtdc Application + Corrected mistakes on Authorization Code flow
durandn
parents: 0
diff changeset
     8
Pillow==3.1.0
39cecdd5260e Added OAuth2 Client Credentials Authentication workflow for Mtdc Application + Corrected mistakes on Authorization Code flow
durandn
parents: 0
diff changeset
     9
psycopg2==2.6.1
39cecdd5260e Added OAuth2 Client Credentials Authentication workflow for Mtdc Application + Corrected mistakes on Authorization Code flow
durandn
parents: 0
diff changeset
    10
python3-openid==3.0.9
39cecdd5260e Added OAuth2 Client Credentials Authentication workflow for Mtdc Application + Corrected mistakes on Authorization Code flow
durandn
parents: 0
diff changeset
    11
requests==2.9.1
39cecdd5260e Added OAuth2 Client Credentials Authentication workflow for Mtdc Application + Corrected mistakes on Authorization Code flow
durandn
parents: 0
diff changeset
    12
requests-oauthlib==0.6.0
39cecdd5260e Added OAuth2 Client Credentials Authentication workflow for Mtdc Application + Corrected mistakes on Authorization Code flow
durandn
parents: 0
diff changeset
    13
six==1.10.0