Commit 6f406e45c56d9e7ae9a8aab66948846afebce75e

Authored by Rodrigo Siqueira de Melo
1 parent 13d0938f

Added requires

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -28,6 +28,7 @@ REQUIREMENTS = [ @@ -28,6 +28,7 @@ REQUIREMENTS = [
28 28
29 # Deps for gitlab plugin 29 # Deps for gitlab plugin
30 'python-dateutil>=1.5', 30 'python-dateutil>=1.5',
  31 + 'requests',
31 32
32 # Converse.js (XMPP client) 33 # Converse.js (XMPP client)
33 'django-conversejs>=0.3.4', 34 'django-conversejs>=0.3.4',