| author | ymh <ymh.work@gmail.com> |
| Mon, 25 Jul 2016 18:24:03 +0200 | |
| changeset 108 | a7480ebe1f4d |
| parent 79 | 49ca16704275 |
| 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 |
|
79
49ca16704275
update celery + requirements + template for settings + version
ymh <ymh.work@gmail.com>
parents:
78
diff
changeset
|
14 |
vine==1.1.1 |
|
49ca16704275
update celery + requirements + template for settings + version
ymh <ymh.work@gmail.com>
parents:
78
diff
changeset
|
15 |
-e git+https://github.com/celery/kombu.git#egg=kombu |
|
49ca16704275
update celery + requirements + template for settings + version
ymh <ymh.work@gmail.com>
parents:
78
diff
changeset
|
16 |
-e git+https://github.com/celery/billiard.git#egg=billiard |
|
49ca16704275
update celery + requirements + template for settings + version
ymh <ymh.work@gmail.com>
parents:
78
diff
changeset
|
17 |
celery==4.0.0rc3 |