server/src/requirement.txt
author durandn
Tue, 01 Mar 2016 17:39:09 +0100
changeset 7 cb21b50b7793
parent 6 39cecdd5260e
child 19 dc3f8366729d
permissions -rw-r--r--
small corrections on oauth server and allauth provider + implemented post_save signals to reference resources into itop ged
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