This repository was archived by the owner on Jan 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathrequirements.txt
More file actions
56 lines (47 loc) · 1.35 KB
/
requirements.txt
File metadata and controls
56 lines (47 loc) · 1.35 KB
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.7 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 == 1.4.0
flask == 1.0.2
# default available packages for python3action
beautifulsoup4 == 4.8.0
httplib2 == 0.18.1
kafka_python == 1.4.6
lxml == 4.3.4
python-dateutil == 2.8.0
requests == 2.22.0
scrapy == 1.6.0
simplejson == 3.16.0
virtualenv == 16.7.1
twisted == 20.3.0
PyJWT == 1.7.1
# packages for numerics
numpy == 1.16.4
scikit-learn == 0.20.3
scipy == 1.2.1
pandas == 0.24.2
# packages for image processing
Pillow == 6.2.2
# IBM specific python modules
ibm_db == 3.0.1
cloudant == 2.12.0
watson-developer-cloud == 2.8.1
ibm-cos-sdk == 2.5.1
ibmcloudsql == 0.4.11
# 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.18.0
etcd3 == 0.10.0
# Other required modules
botocore == 1.15.46
tornado == 4.5.2
# required for etcd3 to work correctly can be removed at any time do not use in your own actions
protobuf==3.20.1