-
Notifications
You must be signed in to change notification settings - Fork 24
/
requirements.txt
49 lines (49 loc) · 2.2 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
-i https://pypi.org/simple
addict==2.4.0
backcall==0.2.0
cachetools==5.3.1; python_version >= '3.7'
certifi==2023.7.22; python_version >= '3.6'
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
decorator==5.1.1; python_version >= '3.5'
google-api-core==2.11.1; python_version >= '3.7'
google-api-python-client==2.95.0
google-auth==2.22.0; python_version >= '3.6'
google-auth-httplib2==0.1.0
google-cloud-bigquery==3.11.4
google-cloud-core==2.3.3; python_version >= '3.7'
google-cloud-pubsub==2.18.1
google-cloud-storage==2.10.0
google-crc32c==1.5.0; python_version >= '3.7'
google-resumable-media==2.5.0; python_version >= '3.7'
googleapis-common-protos==1.59.1; python_version >= '3.7'
grpc-google-iam-v1==0.12.6; python_version >= '3.7'
grpcio==1.56.2; python_version >= '3.7'
grpcio-status==1.56.2; python_version >= '3.6'
httplib2==0.22.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
idna==3.4; python_version >= '3.5'
ipython==7.16.3
jedi==0.17.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
more-executors==2.11.4
packaging==23.1; python_version >= '3.7'
parso==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pexpect==4.8.0; sys_platform != 'win32'
pickleshare==0.7.5
prometheus-client==0.17.1
prompt-toolkit==3.0.39; python_full_version >= '3.7.0'
proto-plus==1.22.3; python_version >= '3.6'
protobuf==4.23.4; python_version >= '3.7'
ptyprocess==0.7.0
pyasn1==0.5.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
pyasn1-modules==0.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
pygments==2.15.1; python_version >= '3.7'
pyparsing==3.1.0; python_version >= '3.1'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyyaml==6.0.1
requests==2.31.0
rsa==4.9; python_version >= '3.6' and python_version < '4'
setuptools==68.0.0; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
traitlets==5.9.0; python_version >= '3.7'
uritemplate==4.1.1; python_version >= '3.6'
urllib3==1.26.16; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
wcwidth==0.2.6