Skip to content

Commit

Permalink
Add missing dependencies in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
osantana committed Aug 11, 2015
1 parent 16b0398 commit 9d92c51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions requirements-local.txt

This file was deleted.

3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
nose==1.3.4
testfixtures==4.1.2
Sphinx==1.3.1
sphinx-rtd-theme==0.1.8
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ envlist = py27, py34

[testenv]
commands = python setup.py test
deps =
nose
testfixtures
deps = -rrequirements.txt

0 comments on commit 9d92c51

Please sign in to comment.