Skip to content

Commit

Permalink
netlify build PRs (#77)
Browse files Browse the repository at this point in the history
* adding requirements.txt

* add runtime.txt
  • Loading branch information
samuelcolvin authored Nov 27, 2017
1 parent e2a89be commit 93672a7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
.PHONY: install
install:
pip install -U pip setuptools
pip install -r requirements.txt
pip install -e .
pip install -r tests/requirements.txt

.PHONY: isort
isort:
Expand Down
4 changes: 4 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
docutils==0.14
Pygments==2.2.0
Sphinx==1.6.5
sphinxcontrib-websupport==1.0.1
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-r docs/requirements.txt
-r tests/requirements.txt
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.6.2
1 change: 0 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ pytest-sugar==0.9.0
pytest-timeout==1.2.0
pytest-toolbox==0.2
pytz==2017.3
Sphinx==1.6.5

0 comments on commit 93672a7

Please sign in to comment.