Skip to content

Commit

Permalink
Use recursive requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Sep 2, 2019
1 parent 0dc9ba3 commit c50bc67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ help:

venv:
virtualenv --python=python3 venv
source venv/bin/activate; cd ..; pip install -r requirements.txt
source venv/bin/activate; pip install -r requirements.txt

apidoc:
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ sphinx
sphinx_rtd_theme
sphinxcontrib-wavedrom
sphinx-autodoc-typehints
-r ../requirements.txt

0 comments on commit c50bc67

Please sign in to comment.