frendyrachman commited on
Commit
6abe335
·
1 Parent(s): 13f01cd

add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +178 -0
requirements.txt ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.2.0
2
+ altair==4.2.0
3
+ asgiref==3.5.2
4
+ astroid==2.12.10
5
+ asttokens==2.0.8
6
+ astunparse==1.6.3
7
+ attrs==22.1.0
8
+ autopep8==1.5.5
9
+ backcall==0.2.0
10
+ bleach==5.0.1
11
+ blinker==1.5
12
+ cachetools==5.2.0
13
+ certifi==2022.9.24
14
+ cffi==1.15.1
15
+ charset-normalizer==2.1.1
16
+ click==8.1.3
17
+ commonmark==0.9.1
18
+ cryptography==38.0.1
19
+ dbus-python==1.2.16
20
+ decorator==5.1.1
21
+ dill==0.3.5.1
22
+ distlib==0.3.6
23
+ Django==4.1.1
24
+ docopt==0.6.2
25
+ entrypoints==0.4
26
+ executing==1.1.0
27
+ filelock==3.8.0
28
+ flake8==3.8.4
29
+ Flask==2.2.2
30
+ Flask-PyMongo==2.3.0
31
+ flatbuffers==1.12
32
+ gast==0.4.0
33
+ gce-v2v==0.0.0
34
+ gitdb==4.0.9
35
+ GitPython==3.1.27
36
+ google-api-core==2.10.1
37
+ google-api-python-client==2.63.0
38
+ google-auth==2.12.0
39
+ google-auth-httplib2==0.1.0
40
+ google-auth-oauthlib==0.4.6
41
+ google-cloud-appengine-logging==1.1.4
42
+ google-cloud-audit-log==0.2.4
43
+ google-cloud-bigquery==3.3.2
44
+ google-cloud-bigquery-storage==2.16.0
45
+ google-cloud-core==2.3.2
46
+ google-cloud-datastore==2.8.1
47
+ google-cloud-language==2.5.2
48
+ google-cloud-logging==3.2.2
49
+ google-cloud-spanner==3.22.0
50
+ google-cloud-storage==2.5.0
51
+ google-cloud-translate==3.8.2
52
+ google-cloud-videointelligence==2.8.1
53
+ google-cloud-vision==3.1.2
54
+ google-crc32c==1.5.0
55
+ google-pasta==0.2.0
56
+ google-resumable-media==2.3.3
57
+ googleapis-common-protos==1.56.4
58
+ grpc-google-iam-v1==0.12.4
59
+ grpcio==1.49.1
60
+ grpcio-status==1.49.1
61
+ h5py==3.7.0
62
+ httplib2==0.20.4
63
+ idna==3.4
64
+ importlib-metadata==4.12.0
65
+ ipython==8.5.0
66
+ isort==5.10.1
67
+ itsdangerous==2.1.2
68
+ jaraco.classes==3.2.3
69
+ jedi==0.17.0
70
+ jeepney==0.8.0
71
+ Jinja2==3.1.2
72
+ jsonschema==4.16.0
73
+ keras==2.9.0
74
+ Keras-Preprocessing==1.1.2
75
+ keyring==23.9.3
76
+ keyrings.google-artifactregistry-auth==1.1.1
77
+ lazy-object-proxy==1.6.0
78
+ libclang==14.0.6
79
+ Markdown==3.4.1
80
+ MarkupSafe==2.1.1
81
+ matplotlib-inline==0.1.6
82
+ mccabe==0.6.1
83
+ mercurial==5.6.1
84
+ more-itertools==8.14.0
85
+ mypy==0.981
86
+ mypy-extensions==0.4.3
87
+ numpy==1.23.3
88
+ oauth2client==4.1.3
89
+ oauthlib==3.2.1
90
+ opt-einsum==3.3.0
91
+ packaging==21.3
92
+ pandas==1.5.0
93
+ parso==0.8.3
94
+ pexpect==4.8.0
95
+ pickleshare==0.7.5
96
+ Pillow==9.2.0
97
+ pip==20.3.4
98
+ pipreqs==0.4.11
99
+ platformdirs==2.5.2
100
+ plotly==5.10.0
101
+ pluggy==1.0.0
102
+ prompt-toolkit==3.0.31
103
+ proto-plus==1.22.1
104
+ protobuf==3.20.3
105
+ psycopg2==2.9.3
106
+ ptyprocess==0.7.0
107
+ pure-eval==0.2.2
108
+ pyarrow==9.0.0
109
+ pyasn1==0.4.8
110
+ pyasn1-modules==0.2.8
111
+ pycodestyle==2.6.0
112
+ pycparser==2.21
113
+ pycurl==7.43.0.6
114
+ pydeck==0.8.0b3
115
+ pydocstyle==6.1.1
116
+ pyflakes==2.2.0
117
+ Pygments==2.13.0
118
+ PyGObject==3.38.0
119
+ pylint==2.15.3
120
+ pyls-mypy==0.1.8
121
+ pymongo==4.2.0
122
+ Pympler==1.0.1
123
+ pyparsing==3.0.9
124
+ pyrsistent==0.18.1
125
+ python-apt==2.2.1
126
+ python-dateutil==2.8.2
127
+ python-jsonrpc-server==0.4.0
128
+ python-language-server==0.35.1
129
+ pytoolconfig==1.2.2
130
+ pytz==2022.4
131
+ pytz-deprecation-shim==0.1.0.post0
132
+ PyYAML==6.0
133
+ requests==2.28.1
134
+ requests-oauthlib==1.3.1
135
+ rich==12.6.0
136
+ rope==1.3.0
137
+ rsa==4.9
138
+ SecretStorage==3.3.3
139
+ semver==2.13.0
140
+ setuptools==65.4.0
141
+ six==1.16.0
142
+ smmap==5.0.0
143
+ snowballstemmer==2.2.0
144
+ sqlparse==0.4.3
145
+ stack-data==0.5.1
146
+ streamlit==1.13.0
147
+ supervisor==4.2.2
148
+ tenacity==8.1.0
149
+ tensorboard==2.9.0
150
+ tensorboard-data-server==0.6.1
151
+ tensorboard-plugin-wit==1.8.1
152
+ tensorflow==2.9.0
153
+ tensorflow-estimator==2.9.0
154
+ tensorflow-io-gcs-filesystem==0.27.0
155
+ termcolor==2.0.1
156
+ toml==0.10.2
157
+ tomli==2.0.1
158
+ tomlkit==0.11.5
159
+ toolz==0.12.0
160
+ tornado==6.2
161
+ traitlets==5.4.0
162
+ typing-extensions==4.3.0
163
+ tzdata==2022.4
164
+ tzlocal==4.2
165
+ ujson==5.5.0
166
+ uritemplate==4.1.1
167
+ urllib3==1.26.12
168
+ validators==0.20.0
169
+ virtualenv==20.16.5
170
+ watchdog==2.1.9
171
+ wcwidth==0.2.5
172
+ webencodings==0.5.1
173
+ Werkzeug==2.2.2
174
+ wheel==0.34.2
175
+ wrapt==1.14.1
176
+ yapf==0.32.0
177
+ yarg==0.1.9
178
+ zipp==3.8.1