| # taken from openwhisk/core/pythonAction/Dockerfile | |
| # | |
| # note: on MacOS, you may need to do the following: | |
| # % xcode-select --install | |
| # | |
| # and if you get a permission denied error while upgrading requests, please issue | |
| # % sudo pip install -r requirements.txt | |
| # | |
| beautifulsoup4==4.5.1 | |
| httplib2==0.9.2 | |
| lxml==3.6.4 | |
| python-dateutil==2.5.3 | |
| requests==2.11.1 | |
| scrapy==1.1.2 | |
| simplejson==3.8.2 | |
| twisted==16.4.0 |