Skip to content

Commit

Permalink
simplify requirements and add factoryboy==2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Jul 11, 2014
1 parent ca2ecfc commit 1b41c9b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Getting started *(with virtualenvwrapper)*::
cd django-object-actions
# set up your virtualenv
mkvirtualenv django-object-actions
pip install -r requirements-dev.txt
pip install -r requirements.txt
export DJANGO_SETTINGS_MODULE=example_project.settings
add2virtualenv .
make test # run test suite
Expand Down
9 changes: 0 additions & 9 deletions requirements-dev.txt

This file was deleted.

6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ Django>=1.4.2

dj-database-url>=0.2.1
psycopg2>=2.4.5

Werkzeug>=0.8.3
django-extensions>=0.9
django-nose
tox==1.7.1
factory-boy==2.4.1
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ deps =
dj_database_url
django-extensions>=0.9
django-nose
factory-boy==2.4.1

[testenv:py26django14]
basepython=python2.6
Expand Down

0 comments on commit 1b41c9b

Please sign in to comment.