Commit 4e70ba28877fb4513a73c21b3f019c46993afe6b

Authored by Lucas Kanashiro
1 parent a2c0c8c8

Add colab plugins in requirements

Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
requirements-colab-plugins.txt 0 → 100644
... ... @@ -0,0 +1,5 @@
  1 +-e git+https://github.com/colab/colab-noosfero-plugin.git@v0.1#egg=colab-noofero-plugin
  2 +
  3 +-e git+https://github.com/colab/colab-gitlab-plugin.git@v0.1#egg=colab-gitlab-plugin
  4 +
  5 +-e git+https://gitlab.com/softwarepublico/colab-spb-plugin.git@v0.1#egg=colab-spb-plugin
... ...
requirements.txt
... ... @@ -25,3 +25,6 @@ pysolr==2.1
25 25 python-memcached==1.57
26 26 gunicorn==19.3.0
27 27 eventlet==0.17.4
  28 +
  29 +# Gitlab plugin dependency
  30 +python-dateutil==1.5
... ...