forked from ibm-functions/runtime-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
56 lines (47 loc) · 1.36 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
# This requirements.txt file contains the list of packages included in the Python 3.9 runtime.
#
# These packages are guaranteed to be included. Ensure that your action code only uses the listed ones.
# Other Python packages might be part of the runtime, but only due to indirect dependencies of
# the listed packages. These indirectly included packages are candidates to be removed
# at any time in case they are not required by the referring package anymore.
# Setup modules
gevent == 22.10.2
flask == 2.3.2
# default available packages for python3action
beautifulsoup4 == 4.11.2
httplib2 == 0.21.0
kafka_python == 2.0.2
lxml == 4.9.2
python-dateutil == 2.8.2
requests == 2.31.0
scrapy == 2.8.0
simplejson == 3.18.3
virtualenv == 20.20.0
twisted == 22.10.0
PyJWT == 2.6.0
# packages for numerics
numpy == 1.24.2
scikit-learn == 1.2.1
scipy == 1.10.1
pandas == 1.5.3
# packages for image processing
Pillow == 9.4.0
# IBM specific python modules
ibm_db == 3.1.4
ibmcloudant == 0.3.3
ibm-watson == 6.1.0
ibm-cos-sdk == 2.12.2
ibmcloudsql == 0.5.13
# Compose Libs
psycopg2 == 2.9.5
pymongo == 4.3.3
redis == 4.5.4
pika == 1.3.1
elasticsearch == 8.6.2
cassandra-driver == 3.25.0
etcd3 == 0.12.0
# Other required modules
botocore == 1.29.86
tornado == 6.3.2
# required for etcd3 to work correctly can be removed at any time do not use in your own actions
protobuf==4.22.1