diff --git a/requirements-colab-plugins.txt b/requirements-colab-plugins.txt new file mode 100644 index 0000000..52be3e2 --- /dev/null +++ b/requirements-colab-plugins.txt @@ -0,0 +1,5 @@ +-e git+https://github.com/colab/colab-noosfero-plugin.git@v0.1#egg=colab-noofero-plugin + +-e git+https://github.com/colab/colab-gitlab-plugin.git@v0.1#egg=colab-gitlab-plugin + +-e git+https://gitlab.com/softwarepublico/colab-spb-plugin.git@v0.1#egg=colab-spb-plugin diff --git a/requirements.txt b/requirements.txt index 7fba3fb..665b640 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,3 +25,6 @@ pysolr==2.1 python-memcached==1.57 gunicorn==19.3.0 eventlet==0.17.4 + +# Gitlab plugin dependency +python-dateutil==1.5 -- libgit2 0.21.2