server/virtualenv/requirements.txt
author rougeronj
Fri, 16 Oct 2015 12:16:20 +0200
changeset 189 0ffed992c271
parent 118 fea47f1054e2
permissions -rw-r--r--
show message in case no book or visit
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
53dc561c38d1 add first migration and updates requirements
rougeronj
parents: 77
diff changeset
     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
53dc561c38d1 add first migration and updates requirements
rougeronj
parents: 77
diff changeset
     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