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
43 lines (37 loc) · 822 Bytes
/
requirements.txt
File metadata and controls
43 lines (37 loc) · 822 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
42
43
# 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.3
kafka_python == 1.4.6
lxml == 4.3.3
python-dateutil == 2.8.0
requests == 2.21.0
scrapy == 1.6.0
simplejson == 3.16.0
virtualenv == 16.5.0
twisted == 19.2.0
PyJWT == 1.7.1
# packages for numerics
numpy == 1.16.3
scikit-learn == 0.20.3
scipy == 1.2.1
pandas == 0.24.2
# packages for image processing
Pillow == 6.0.0
# IBM specific python modules
ibm_db == 3.0.1
cloudant == 2.12.0
watson-developer-cloud == 2.8.1
ibm-cos-sdk == 2.4.4
ibmcloudsql == 0.2.23
# Compose Libs
psycopg2 == 2.8.2
pymongo == 3.8.0
redis == 3.2.1
pika == 1.0.1
elasticsearch == 6.3.1
cassandra-driver == 3.17.1
etcd3 == 0.10.0