server/requirements.txt
author rougeronj
Mon, 23 Mar 2015 17:07:36 +0100
changeset 31 8d016c195d79
parent 22 609fa711b324
child 77 ee963d1c409b
permissions -rw-r--r--
get info of a slide and show it. Sanitize html from description field and add it to the scope
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