Skip to content

Commit

Permalink
Add docker-compose to requirements
Browse files Browse the repository at this point in the history
Use requirements ranges to avoid having to update the requirements file too frequently. Also adds a Make target for installing requirements.
  • Loading branch information
Renzo Lucioni committed Dec 9, 2016
1 parent 560cf58 commit 4b3bd73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ devstack.start: ## Start all services

devstack.stop: ## Stop all services
docker-compose stop

requirements: ## Install requirements
pip install -r requirements.txt
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
PyYAML==3.12
docker-compose>=1.9.0,<2.0.0
PyYAML>=3.12,<4.0

0 comments on commit 4b3bd73

Please sign in to comment.