Commit 6f406e45c56d9e7ae9a8aab66948846afebce75e
1 parent
13d0938f
Exists in
master
and in
31 other branches
Added requires
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
setup.py
@@ -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', |