Skip to content
Snippets Groups Projects
Commit b89dbb07 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Add requirements-dev

parent 99566a15
No related branches found
No related tags found
2 merge requests!2CI/CD,!1CI/CD
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -105,7 +105,12 @@ show-version: FORCE
#-------------------------------------------------------------------------------
deps: deps-python
deps: deps-python deps-python-dev
deps-python-dev: FORCE
@echo "\n$(GREEN)*** Installing Python development dependencies ***$(NC)\n"
@pip3 install -r requirements-dev.pip
deps-python: FORCE
@echo "\n${GREEN}*** Installing Python dependencies ***${NC}\n"
......
ipranges
typedcols
setuptools
wheel
twine
docutils<0.18
nose==1.3.7
pyflakes==2.1.0
pylint==2.2.2
sphinx==1.8.4
sphinx-rtd-theme==0.4.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment