| author | rougeronj |
| Wed, 08 Apr 2015 00:36:37 +0200 | |
| changeset 77 | ee963d1c409b |
| parent 22 | 609fa711b324 |
| child 112 | 53dc561c38d1 |
| permissions | -rw-r--r-- |
|
22
609fa711b324
add URL_JAMESPOT in settings - add requirements.txt to build the virtual env
rougeronj
parents:
diff
changeset
|
1 |
Django==1.7.6 |
|
609fa711b324
add URL_JAMESPOT in settings - add requirements.txt to build the virtual env
rougeronj
parents:
diff
changeset
|
2 |
django-cors-headers==1.0.0 |
|
609fa711b324
add URL_JAMESPOT in settings - add requirements.txt to build the virtual env
rougeronj
parents:
diff
changeset
|
3 |
django-taggit==0.12.3 |
|
609fa711b324
add URL_JAMESPOT in settings - add requirements.txt to build the virtual env
rougeronj
parents:
diff
changeset
|
4 |
djangorestframework==3.1.0 |
|
609fa711b324
add URL_JAMESPOT in settings - add requirements.txt to build the virtual env
rougeronj
parents:
diff
changeset
|
5 |
psycopg2==2.6 |
|
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
|
6 |
requests==2.5.3 |
|
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
|
7 |
xmltodict==0.9.2 |