From 84871160d6a89f753c3215341ebe88ab28fa2e29 Mon Sep 17 00:00:00 2001 From: dgmt Date: Tue, 1 Dec 2015 11:29:25 +0100 Subject: [PATCH] added requirements file and README explaining its use --- python/README.md | 8 ++++++++ python/requirements.txt | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 python/README.md create mode 100644 python/requirements.txt diff --git a/python/README.md b/python/README.md new file mode 100644 index 0000000..bb42be7 --- /dev/null +++ b/python/README.md @@ -0,0 +1,8 @@ +### Python port of the hacker-scripts code + + +#### Prerequisites + +Apart from setting the environment variables per main README file, install all required libraries (preferably in a virtual environment) + + pip install -r requirements.txt \ No newline at end of file diff --git a/python/requirements.txt b/python/requirements.txt new file mode 100644 index 0000000..931de55 --- /dev/null +++ b/python/requirements.txt @@ -0,0 +1,6 @@ +gmail==0.5 +httplib2==0.9.2 +pytz==2015.7 +six==1.10.0 +twilio==4.9.2 +wheel==0.24.0