Skip to content

Commit 7f67b11

Browse files
committed
restored dev requirements
1 parent 9df9c01 commit 7f67b11

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ help:
2727
# http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
2828
@echo "jupyter/docker-stacks"
2929
@echo "====================="
30-
@echo "Replace % with a stack directory name (e.g., make build/minimal-notebook)"
30+
@echo "Replace % with a stack directory name (e.g., make build/base-notebook)"
3131
@echo
3232
@grep -E '^[a-zA-Z0-9_%/-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
3333

requirements-dev.txt

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
docker
2+
pre-commit
3+
pytest
4+
recommonmark
5+
requests
6+
sphinx>=1.6
7+
sphinx-intl
8+
tabulate
9+
transifex-client

0 commit comments

Comments
 (0)