| author | durandn |
| Fri, 11 Mar 2016 11:00:05 +0100 | |
| changeset 24 | 98c29b9a1ff8 |
| parent 19 | dc3f8366729d |
| child 78 | 8e1440b83f0c |
| permissions | -rw-r--r-- |
|
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 |