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