-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
31 lines (30 loc) · 769 Bytes
/
requirements.txt
File metadata and controls
31 lines (30 loc) · 769 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
# ------------------------------------------------------------------------
# This is the requirements.txt file for the zap-cli project.
# It lists all the Python dependencies required to run the zap-cli command-line tool.
# There are two ways to install these dependencies:
#
# Option 1: Run the following command to install all dependencies from this file:
# pip install -r requirements.txt
#
# Option 2: Navigate to the 'scripting-tools' directory and run the setup.sh script:
# cd scripting-tools
# ./setup.sh
#
# The dependencies listed in this file are:
# ------------------------------------------------------------------------
click
pytube
requests
keyring
yt_dlp
fastapi
pydantic
typing
uvicorn
rich
PyPDF2
pyttsx3
psutil
opencv-python
setuptools
boto3