Merge branch 'python-wrap-code'
This commit is contained in:
commit
707119b8fd
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue