server/requirements.txt
author rougeronj
Tue, 31 Mar 2015 15:27:26 +0200
changeset 50 c641b33f910f
parent 22 609fa711b324
child 77 ee963d1c409b
permissions -rw-r--r--
remove the initial migration to prepare custom user implementation
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