Skip to content

Commit

Permalink
update requirements to be supafresh
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Nov 27, 2014
1 parent c6a3419 commit 87381d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Django==1.7

Django==1.7.1
dj-database-url==0.3.0
# for heroku support
psycopg2==2.5.4

django-extensions==1.3.11
tox==1.7.2
django-extensions==1.4.6
tox==1.8.1
factory-boy==2.4.1
coverage==3.7.1

# for heroku support
psycopg2==2.5.4
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ setenv =
commands = {envpython} example_project/manage.py test django_object_actions
deps =
dj_database_url==0.3.0
django-extensions==1.3.11
django-extensions==1.4.6
factory-boy==2.4.1

[testenv:py26django14]
Expand Down

0 comments on commit 87381d1

Please sign in to comment.