Skip to content

Commit 1b41c9b

Browse files
committed
simplify requirements and add factoryboy==2.4.1
1 parent ca2ecfc commit 1b41c9b

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Getting started *(with virtualenvwrapper)*::
149149
cd django-object-actions
150150
# set up your virtualenv
151151
mkvirtualenv django-object-actions
152-
pip install -r requirements-dev.txt
152+
pip install -r requirements.txt
153153
export DJANGO_SETTINGS_MODULE=example_project.settings
154154
add2virtualenv .
155155
make test # run test suite

requirements-dev.txt

-9
This file was deleted.

requirements.txt

+6
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@ Django>=1.4.2
22

33
dj-database-url>=0.2.1
44
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

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ deps =
2626
dj_database_url
2727
django-extensions>=0.9
2828
django-nose
29+
factory-boy==2.4.1
2930

3031
[testenv:py26django14]
3132
basepython=python2.6

0 commit comments

Comments
 (0)