| author | rougeronj |
| Thu, 11 Jun 2015 12:35:10 +0200 | |
| changeset 166 | eb84ca2b6317 |
| parent 118 | fea47f1054e2 |
| permissions | -rw-r--r-- |
|
118
fea47f1054e2
prepare for server install, mv settings, add setup, correct various problems
ymh <ymh.work@gmail.com>
parents:
117
diff
changeset
|
1 |
Django==1.8.2 |
|
fea47f1054e2
prepare for server install, mv settings, add setup, correct various problems
ymh <ymh.work@gmail.com>
parents:
117
diff
changeset
|
2 |
django-cors-headers==1.1.0 |
| 112 | 3 |
django-taggit==0.14.0 |
|
118
fea47f1054e2
prepare for server install, mv settings, add setup, correct various problems
ymh <ymh.work@gmail.com>
parents:
117
diff
changeset
|
4 |
djangorestframework==3.1.3 |
|
22
609fa711b324
add URL_JAMESPOT in settings - add requirements.txt to build the virtual env
rougeronj
parents:
diff
changeset
|
5 |
psycopg2==2.6 |
| 112 | 6 |
PyJWT==1.3.0 |
|
118
fea47f1054e2
prepare for server install, mv settings, add setup, correct various problems
ymh <ymh.work@gmail.com>
parents:
117
diff
changeset
|
7 |
requests==2.7.0 |
|
77
ee963d1c409b
Add new serializer for the data send by Orpheo. We receive XML so we parse it to json. Then we parse some html to get the proper data of each attribute.
rougeronj
parents:
22
diff
changeset
|
8 |
xmltodict==0.9.2 |