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/03 11:12:25 UTC

[kibble] 01/03: Add a requirements.txt for pip

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

commit 61881a6eddb1162ea9ed2de5a43246be6348e988
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Oct 3 13:10:34 2018 +0200

    Add a requirements.txt for pip
---
 setup/requirements.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/setup/requirements.txt b/setup/requirements.txt
new file mode 100644
index 0000000..2a9ced3
--- /dev/null
+++ b/setup/requirements.txt
@@ -0,0 +1,4 @@
+certifi
+pyyaml
+bcrypt
+elasticsearch
\ No newline at end of file