server/src/requirement.txt
author durandn
Thu, 03 Mar 2016 16:28:46 +0100
changeset 10 50b532f5e6cb
parent 6 39cecdd5260e
child 19 dc3f8366729d
permissions -rw-r--r--
Adjusted oauth test server and client to better reflect GED interface
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
39cecdd5260e Added OAuth2 Client Credentials Authentication workflow for Mtdc Application + Corrected mistakes on Authorization Code flow
durandn
parents: 0
diff changeset
     2
Django==1.9.1
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