-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
94 lines (94 loc) · 2.1 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
#
cachetools==5.3.3
# via google-auth
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
docopt==0.6.2
# via internetarchive
ffmpeg-python==0.2.0
# via livecode-archive (pyproject.toml)
future==1.0.0
# via ffmpeg-python
google-api-core==2.19.0
# via google-api-python-client
google-api-python-client==2.130.0
# via livecode-archive (pyproject.toml)
google-auth==2.29.0
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
# google-auth-oauthlib
google-auth-httplib2==0.2.0
# via google-api-python-client
google-auth-oauthlib==1.2.0
# via livecode-archive (pyproject.toml)
googleapis-common-protos==1.63.0
# via google-api-core
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
idna==3.7
# via requests
iniconfig==2.0.0
# via pytest
internetarchive==4.1.0
# via livecode-archive (pyproject.toml)
jsonpatch==1.33
# via internetarchive
jsonpointer==2.4
# via jsonpatch
oauthlib==3.2.2
# via requests-oauthlib
packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
proto-plus==1.23.0
# via google-api-core
protobuf==4.25.3
# via
# google-api-core
# googleapis-common-protos
# proto-plus
pyasn1==0.6.0
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
# via google-auth
pyparsing==3.1.2
# via httplib2
pytest==8.2.1
# via livecode-archive (pyproject.toml)
requests==2.32.2
# via
# google-api-core
# internetarchive
# requests-oauthlib
requests-oauthlib==2.0.0
# via google-auth-oauthlib
rsa==4.9
# via google-auth
schema==0.7.7
# via internetarchive
tqdm==4.66.4
# via
# internetarchive
# livecode-archive (pyproject.toml)
unidecode==1.3.8
# via livecode-archive (pyproject.toml)
uritemplate==4.1.1
# via google-api-python-client
urllib3==2.2.1
# via
# internetarchive
# requests