Skip to content

Commit

Permalink
Adding a requirements file for the proxy and updating the README.md w…
Browse files Browse the repository at this point in the history
…ith installation instructions
  • Loading branch information
ztgrace committed Mar 15, 2017
1 parent 185c705 commit 0e38ec4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions requirements-proxy.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0e38ec4

Please sign in to comment.