Merge branch 'python-wrap-code'

This commit is contained in:
dgmt 2015-12-01 11:30:46 +01:00
commit 707119b8fd
2 changed files with 14 additions and 0 deletions

8
python/README.md Normal file
View File

@ -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

6
python/requirements.txt Normal file
View File

@ -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