Commit 2dc63f6e79daf34ece7df17d7057002dfc5da2c3
1 parent
65d95b8d
Exists in
master
and in
1 other branch
Add colab-mezuro-plugin 0.1.2 as new dependency
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
Makefile
... | ... | @@ -39,6 +39,7 @@ downloadtar: virtualenv |
39 | 39 | wget https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz -O $(DISTDIR)/pip-1.5.6.tar.gz |
40 | 40 | wget https://github.com/colab/colab-noosfero-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.5.zip |
41 | 41 | wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.4.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.4.zip |
42 | + wget https://github.com/colab/colab-mezuro-plugin/archive/v0.1.2.zip -O $(DISTDIR)/colab-mezuro-plugin-0.1.2.zip | |
42 | 43 | ./build/bin/pip install --download $(DISTDIR) -r requirements.txt |
43 | 44 | |
44 | 45 | .PHONY: virtualenv | ... | ... |
requirements-colab-plugins.txt