File tree 4 files changed +8
-10
lines changed
4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ Getting started *(with virtualenvwrapper)*::
149
149
cd django-object-actions
150
150
# set up your virtualenv
151
151
mkvirtualenv django-object-actions
152
- pip install -r requirements-dev .txt
152
+ pip install -r requirements.txt
153
153
export DJANGO_SETTINGS_MODULE=example_project.settings
154
154
add2virtualenv .
155
155
make test # run test suite
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,3 +2,9 @@ Django>=1.4.2
2
2
3
3
dj-database-url >= 0.2.1
4
4
psycopg2 >= 2.4.5
5
+
6
+ Werkzeug >= 0.8.3
7
+ django-extensions >= 0.9
8
+ django-nose
9
+ tox == 1.7.1
10
+ factory-boy == 2.4.1
Original file line number Diff line number Diff line change 26
26
dj_database_url
27
27
django-extensions>=0.9
28
28
django-nose
29
+ factory-boy ==2.4.1
29
30
30
31
[testenv:py26django14]
31
32
basepython =python2.6
You can’t perform that action at this time.
0 commit comments