forked from ibm-functions/runtime-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
41 lines (35 loc) · 799 Bytes
/
requirements.txt
File metadata and controls
41 lines (35 loc) · 799 Bytes
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
# Requirements.txt contains a list of dependencies for the Python Application #
# Setup modules
gevent == 1.2.2
flask == 1.0.2
# default available packages for python3action
beautifulsoup4 == 4.6.0
httplib2 == 0.11.3
kafka_python == 1.4.3
lxml == 4.2.1
python-dateutil == 2.7.3
requests == 2.19.1
scrapy == 1.5.0
simplejson == 3.15.0
virtualenv == 16.0.0
twisted == 18.4.0
# packages for numerics
numpy == 1.14.5
scikit-learn == 0.19.1
scipy == 1.1.0
pandas == 0.23.1
# packages for image processing
Pillow == 5.1.0
# IBM specific python modules
ibm_db == 2.0.8a
cloudant == 2.9.0
watson-developer-cloud == 1.4.0
ibm-cos-sdk == 2.1.1
ibmcloudsql == 0.2.13
# Compose Libs
psycopg2 == 2.7.5
pymongo == 3.6.1
redis == 2.10.6
pika == 0.12.0
elasticsearch >=5.0.0,<6.0.0
cassandra-driver == 3.14.0