diff --git a/README.md b/README.md index 2dd6fc2..84ed871 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ See [this blog article](https://patzke.org/an-introduction-to-wase-and-elasticbu A generic intercepting HTTP(S) proxy server that stores extracted data into an ElasticSearch index. +Installation with pip: `pip install -r requirements-proxy.txt` + ## WASEQuery Search ElasticSearch indices created by WASE for diff --git a/requirements-proxy.txt b/requirements-proxy.txt new file mode 100644 index 0000000..79183ff --- /dev/null +++ b/requirements-proxy.txt @@ -0,0 +1,7 @@ +cryptography==1.8.1 +elasticsearch==5.1.0 +elasticsearch-dsl==5.1.0 +pymiproxy==1.0 +pyparsing==2.2.0 +six==1.10.0 +tzlocal==1.3