Skip to content

Commit 3652fbb

Browse files
eweitercsantanapr
authored andcommitted
add Pillow package, update other packages week of May 14 (ibm-functions#39)
1 parent 0beda48 commit 3652fbb

2 files changed

Lines changed: 84 additions & 0 deletions

File tree

python3/CHANGELOG.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,86 @@
11
# IBM Functions Python 3 Runtime Container
22

3+
## 1.6.0
4+
- add Pillow `5.1.0`
5+
- update elasticsearch from `5.5.2` to `6.2.0`
6+
- update gevent from `1.2.2` to `1.3.0`
7+
- update python-dateutil from `2.7.2` to `2.7.3`
8+
- update scipy from `1.0.1` to `1.1.0`
9+
- update simplejson from `3.14.0` to `3.15.0`
10+
- update tornado from `4.5.2` to `5.0.2`
11+
12+
Python version:
13+
- [3.6.5](https://github.com/docker-library/python/blob/b99b66406ebe728fb4da64548066ad0be6582e08/3.6/jessie/Dockerfile)
14+
15+
Python packages:
16+
- asn1crypto (0.24.0)
17+
- attrs (17.4.0)
18+
- autobahn (18.4.1)
19+
- Automat (0.6.0)
20+
- beautifulsoup4 (4.6.0)
21+
- botocore (1.10.4)
22+
- cassandra-driver (3.14.0)
23+
- certifi (2018.1.18)
24+
- cffi (1.11.5)
25+
- chardet (3.0.4)
26+
- click (6.7)
27+
- cloudant (2.8.1)
28+
- constantly (15.1.0)
29+
- cryptography (2.2.2)
30+
- cssselect (1.0.3)
31+
- docutils (0.14)
32+
- elasticsearch (6.2.0)
33+
- Flask (1.0.2)
34+
- gevent (1.3.0)
35+
- greenlet (0.4.13)
36+
- httplib2 (0.11.3)
37+
- hyperlink (18.0.0)
38+
- ibm-cos-sdk (2.1.1)
39+
- ibm-db (2.0.8a0)
40+
- ibmcloudsql (0.2.13)
41+
- idna (2.6)
42+
- incremental (17.5.0)
43+
- itsdangerous (0.24)
44+
- Jinja2 (2.10)
45+
- jmespath (0.9.3)
46+
- kafka-python (1.4.2)
47+
- lxml (4.2.1)
48+
- MarkupSafe (1.0)
49+
- numpy (1.14.3)
50+
- pandas (0.22.0)
51+
- parsel (1.4.0)
52+
- pika (0.11.2)
53+
- Pillow (5.1.0)
54+
- psycopg2 (2.7.4)
55+
- pyasn1 (0.4.2)
56+
- pyasn1-modules (0.2.1)
57+
- pycparser (2.18)
58+
- PyDispatcher (2.0.5)
59+
- pymongo (3.6.1)
60+
- pyOpenSSL (17.5.0)
61+
- pysolr (3.7.0)
62+
- python-dateutil (2.7.3)
63+
- pytz (2018.4)
64+
- queuelib (1.5.0)
65+
- redis (2.10.6)
66+
- requests (2.18.4)
67+
- scikit-learn (0.19.1)
68+
- scipy (1.1.0)
69+
- Scrapy (1.5.0)
70+
- service-identity (17.0.0)
71+
- simplejson (3.15.0)
72+
- six (1.11.0)
73+
- tornado (5.0.2)
74+
- Twisted (18.4.0)
75+
- txaio (2.10.0)
76+
- urllib3 (1.22)
77+
- virtualenv (15.2.0)
78+
- w3lib (1.19.0)
79+
- watson-developer-cloud (1.3.3)
80+
- Werkzeug (0.14.1)
81+
- wheel (0.30.0)
82+
- zope.interface (4.4.3)
83+
384
## 1.5.0
485
Changes:
586
- updated cassandra-driver from `3.13.0` to `3.14.0`

python3/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ scikit-learn == 0.19.1
2222
scipy == 1.0.1
2323
pandas == 0.22.0
2424

25+
# packages for image processing
26+
Pillow == 5.1.0
27+
2528
# IBM specific python modules
2629
ibm_db == 2.0.8a
2730
cloudant == 2.8.1

0 commit comments

Comments
 (0)