You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2018/10/21 10:49:22 UTC

[kibble] branch master updated: we require dateutil as well

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git


The following commit(s) were added to refs/heads/master by this push:
     new df2e7ef  we require dateutil as well
df2e7ef is described below

commit df2e7ef3f57b30620ecba12eba36fe4a99a82778
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Oct 21 12:49:09 2018 +0200

    we require dateutil as well
---
 setup/requirements.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup/requirements.txt b/setup/requirements.txt
index 2a9ced3..5722aaf 100644
--- a/setup/requirements.txt
+++ b/setup/requirements.txt
@@ -1,4 +1,5 @@
 certifi
 pyyaml
 bcrypt
-elasticsearch
\ No newline at end of file
+elasticsearch
+dateutil