-
Notifications
You must be signed in to change notification settings - Fork 49
/
requirements.txt
35 lines (34 loc) · 1.28 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
aiohttp==4.0.0a1
async-timeout==3.0.1; python_full_version >= '3.5.3'
attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
cachetools==4.2.4; python_version ~= '3.5'
certifi==2022.12.7
chardet==3.0.4
charset-normalizer==2.0.7; python_version >= '3'
google-api-core==2.2.2; python_version >= '3.6'
google-api-python-client==2.31.0
google-auth-httplib2==0.1.0
google-auth==2.3.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
googleapis-common-protos==1.53.0; python_version >= '3.6'
httplib2==0.20.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
idna==3.3; python_version >= '3'
multidict==4.7.6; python_version >= '3.5'
oauth2client==4.1.3
protobuf==3.19.5; python_version >= '3.5'
pyasn1-modules==0.2.8
pyasn1==0.4.8
pyparsing==3.0.6; python_version >= '3.1'
requests==2.26.0
rsa==4.7.2; python_version >= '3.6'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
typing-extensions==4.0.0; python_version >= '3.6'
uritemplate==4.1.1; python_version >= '3.6'
urllib3==1.26.7
yarl==1.7.2; python_version >= '3.6'