Skip to content

Commit 41f0442

Browse files
authored
Add Compose libs (ibm-functions#27)
1 parent 5692ca9 commit 41f0442

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

python3/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
## 1.3.0
55
Changes:
66
- added ibmcloudsql (0.2.5)
7+
- added psycopg2 (2.7.4)
8+
- added pymongo (3.6.1)
9+
- added redis (2.10.6)
10+
- added pika (0.11.2)
11+
- added elasticsearch (5.5.2)
12+
- added cassandra-driver (3.13.0)
713
- updated cloudant from (2.7.0) to (2.8.1)
814
- updated ibm-cos-sdk from (2.0.0) to (2.0.2)
915
- updated kafka_python from (1.3.5) to (1.4.1)
@@ -18,6 +24,7 @@ Python packages:
1824
- Automat (0.6.0)
1925
- beautifulsoup4 (4.6.0)
2026
- botocore (1.9.4)
27+
- cassandra-driver (3.13.0)
2128
- certifi (2018.1.18)
2229
- cffi (1.11.5)
2330
- chardet (3.0.4)
@@ -27,6 +34,7 @@ Python packages:
2734
- cryptography (2.1.4)
2835
- cssselect (1.0.3)
2936
- docutils (0.14)
37+
- elasticsearch (5.5.2)
3038
- Flask (0.12.2)
3139
- gevent (1.2.2)
3240
- greenlet (0.4.13)
@@ -46,16 +54,20 @@ Python packages:
4654
- numpy (1.14.1)
4755
- pandas (0.22.0)
4856
- parsel (1.4.0)
57+
- pika (0.11.2)
4958
- pip (9.0.1)
59+
- psycopg2 (2.7.4)
5060
- pyasn1 (0.4.2)
5161
- pyasn1-modules (0.2.1)
5262
- pycparser (2.18)
5363
- PyDispatcher (2.0.5)
64+
- pymongo (3.6.1)
5465
- pyOpenSSL (17.5.0)
5566
- pysolr (3.7.0)
5667
- python-dateutil (2.6.1)
5768
- pytz (2018.3)
5869
- queuelib (1.4.2)
70+
- redis (2.10.6)
5971
- requests (2.18.4)
6072
- scikit-learn (0.19.1)
6173
- scipy (1.0.0)

python3/requirements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ cloudant == 2.8.1
2828
watson-developer-cloud == 1.0.2
2929
ibm-cos-sdk == 2.0.2
3030
ibmcloudsql == 0.2.5
31+
32+
# Compose Libs
33+
psycopg2 == 2.7.4
34+
pymongo == 3.6.1
35+
redis == 2.10.6
36+
pika == 0.11.2
37+
elasticsearch >=5.0.0,<6.0.0
38+
cassandra-driver == 3.13.0

0 commit comments

Comments
 (0)