-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements-cli.txt
More file actions
47 lines (41 loc) · 908 Bytes
/
requirements-cli.txt
File metadata and controls
47 lines (41 loc) · 908 Bytes
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
# CLI-only requirements for CapScript
# Use this for command-line interface without GUI dependencies
# YouTube API and transcript fetching
youtube-transcript-api==1.2.3
google-api-python-client==2.166.0
google-auth==2.38.0
google-auth-httplib2==0.2.0
google-api-core==2.24.2
googleapis-common-protos==1.69.2
# HTTP and network
httplib2==0.22.0
requests==2.32.3
urllib3==2.4.0
certifi==2025.1.31
idna==3.10
charset-normalizer==3.4.1
# Terminal progress bars and formatting
rich==14.0.0
markdown-it-py==3.0.0
mdurl==0.1.2
Pygments==2.19.1
# Encryption for API key storage
cryptography==44.0.2
cffi==1.17.1
pycparser==2.22
# Authentication and security
PyJWT==2.10.1
PyNaCl==1.5.0
pyasn1==0.6.1
pyasn1_modules==0.4.2
rsa==4.9
# Utilities
cachetools==5.5.2
defusedxml==0.7.1
Deprecated==1.2.18
proto-plus==1.26.1
protobuf==6.30.2
uritemplate==4.1.1
typing_extensions==4.13.2
wrapt==1.17.2
pyparsing==3.2.3