Added requirements file

This commit is contained in:
Ludvig Wadenstein 2013-05-19 11:34:20 +02:00
parent 151bbce7ae
commit b71fd7382d
2 changed files with 6 additions and 1 deletions

View file

@ -22,7 +22,7 @@ Local Installation
1. Create a **virtualenv**. Activate it.
2. cd into django-admin2
3. type ``$ python setup.py develop``
3. type ``$ pip install -r requirements.txt``
Issues!

5
requirements.txt Normal file
View file

@ -0,0 +1,5 @@
django>=1.5.0
django-braces==1.0.0
djangorestframework==2.3.3
django-debug-toolbar==0.9.4
coverage==3.6