server/requirements.txt
author rougeronj
Mon, 23 Mar 2015 12:22:44 +0100
changeset 24 21ecbde9e080
parent 22 609fa711b324
child 77 ee963d1c409b
permissions -rw-r--r--
add books controller to handle list of books
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
609fa711b324 add URL_JAMESPOT in settings - add requirements.txt to build the virtual env
rougeronj
parents:
diff changeset
     6
requests==2.5.3