Skip to content

Commit 264525f

Browse files
committed
Remove unnecessary dependency
1 parent 89104bd commit 264525f

File tree

2 files changed

+1
-74
lines changed

2 files changed

+1
-74
lines changed

requirements.in

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
gcsa==2.3.0
2-
beautifulsoup4==4.12.3
31
cattrs==23.2.3
4-
srt==3.5.3
2+
requests==2.32.3

requirements.txt

-71
Original file line numberDiff line numberDiff line change
@@ -6,86 +6,15 @@
66
#
77
attrs==24.3.0
88
# via cattrs
9-
beautiful-date==2.3.0
10-
# via gcsa
11-
beautifulsoup4==4.12.3
12-
# via -r ./requirements.in
13-
cachetools==5.5.0
14-
# via google-auth
159
cattrs==23.2.3
1610
# via -r ./requirements.in
1711
certifi==2024.12.14
1812
# via requests
1913
charset-normalizer==3.4.1
2014
# via requests
21-
gcsa==2.3.0
22-
# via -r ./requirements.in
23-
google-api-core==2.24.0
24-
# via google-api-python-client
25-
google-api-python-client==2.156.0
26-
# via gcsa
27-
google-auth==2.37.0
28-
# via
29-
# google-api-core
30-
# google-api-python-client
31-
# google-auth-httplib2
32-
# google-auth-oauthlib
33-
google-auth-httplib2==0.2.0
34-
# via
35-
# gcsa
36-
# google-api-python-client
37-
google-auth-oauthlib==1.2.1
38-
# via gcsa
39-
googleapis-common-protos==1.66.0
40-
# via google-api-core
41-
httplib2==0.22.0
42-
# via
43-
# google-api-python-client
44-
# google-auth-httplib2
4515
idna==3.10
4616
# via requests
47-
oauthlib==3.2.2
48-
# via requests-oauthlib
49-
proto-plus==1.25.0
50-
# via google-api-core
51-
protobuf==5.29.2
52-
# via
53-
# google-api-core
54-
# googleapis-common-protos
55-
# proto-plus
56-
pyasn1==0.6.1
57-
# via
58-
# pyasn1-modules
59-
# rsa
60-
pyasn1-modules==0.4.1
61-
# via google-auth
62-
pyparsing==3.2.1
63-
# via httplib2
64-
python-dateutil==2.9.0.post0
65-
# via
66-
# beautiful-date
67-
# gcsa
68-
pytz-deprecation-shim==0.1.0.post0
69-
# via tzlocal
7017
requests==2.32.3
71-
# via
72-
# google-api-core
73-
# requests-oauthlib
74-
requests-oauthlib==2.0.0
75-
# via google-auth-oauthlib
76-
rsa==4.9
77-
# via google-auth
78-
six==1.17.0
79-
# via python-dateutil
80-
soupsieve==2.6
81-
# via beautifulsoup4
82-
srt==3.5.3
8318
# via -r ./requirements.in
84-
tzdata==2024.2
85-
# via pytz-deprecation-shim
86-
tzlocal==4.3.1
87-
# via gcsa
88-
uritemplate==4.1.1
89-
# via google-api-python-client
9019
urllib3==2.3.0
9120
# via requests

0 commit comments

Comments
 (0)