forked from ibm-functions/runtime-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
45 lines (39 loc) · 976 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Requirements.txt contains a list of dependencies for the Python Application #
# Setup modules
gevent == 1.4.0
flask == 1.0.2
# default available packages for python3action
beautifulsoup4 == 4.7.1
httplib2 == 0.12.1
kafka_python == 1.4.4
lxml == 4.3.1
python-dateutil == 2.7.5
requests == 2.21.0
scrapy == 1.6.0
simplejson == 3.16.0
virtualenv == 16.3.0
twisted == 18.9.0
PyJWT == 1.7.1
# packages for numerics
numpy == 1.16.1
scikit-learn == 0.20.2
scipy == 1.2.1
pandas == 0.24.1
# packages for image processing
Pillow == 5.4.1
# IBM specific python modules
ibm_db == 2.0.9
cloudant == 2.11.0
# pin watson at 1.x, for 2.x use python:3.7 runtime
watson-developer-cloud == 1.7.1
ibm-cos-sdk == 2.4.3
ibmcloudsql == 0.2.23
# Compose Libs
psycopg2 == 2.7.7
pymongo == 3.7.2
# pin redis at 2.x, for 3.x use python:3.7 runtime
redis == 2.10.6
pika == 0.13.0
# pin elasticsearch at 5.x, for 6.x use python:3.7 runtime
elasticsearch >=5.0.0,<6.0.0
cassandra-driver == 3.16.0