Skip to content

Commit

Permalink
Clean up requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kolanos committed Jun 29, 2016
1 parent 6a99ca7 commit a2dac47
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ test:
python setup.py test

docs:
pip install -r requirements/docs.txt
sphinx-apidoc -f -o docs swimlane; cd docs; make html

show_docs:
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
combomethod==1.0.6
ordereddict==1.1
requests==2.8.1
-r requirements/base.txt
3 changes: 3 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
combomethod==1.0.6
ordereddict==1.1
requests==2.8.1
2 changes: 2 additions & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Sphinx==1.3.3
sphinx-rtd-theme==0.1.9
4 changes: 4 additions & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@


mock==2.0.0
nose==1.3.7

0 comments on commit a2dac47

Please sign in to comment.