server/requirements.txt
author rougeronj
Tue, 31 Mar 2015 12:25:19 +0200
changeset 48 c17f2b37b032
parent 22 609fa711b324
child 77 ee963d1c409b
permissions -rw-r--r--
server send now images field in json instead of previous firstImg
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