-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathrequirements.txt
More file actions
52 lines (42 loc) · 992 Bytes
/
requirements.txt
File metadata and controls
52 lines (42 loc) · 992 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
48
49
50
51
52
# Core dependencies
python-dotenv==1.0.0
pydantic==2.1.1
loguru==0.7.0
fastapi>=0.103.1
uvicorn>=0.23.2
# TikTok API wrapper
TikTokApi==5.2.2
requests==2.31.0
# Video processing
moviepy==1.0.3
ffmpeg-python>=0.2.0
numpy==1.25.2
Pillow==10.0.1
# Thumbnail generation
opencv-python==4.8.0.76 # For frame extraction and image processing
# YouTube API
google-api-python-client==2.93.0
google-auth>=2.22.0
google-auth-oauthlib==1.1.0
google-auth-httplib2==0.1.0
# Storage
boto3>=1.28.38 # For AWS S3
# AI Content Generation
openai>=1.3.0 # For script generation
edge-tts>=6.1.9 # For voice synthesis
elevenlabs>=0.2.26 # For premium voice synthesis
pexels-api>=1.0.1 # For stock video/images
openai-whisper>=20240930 # For speech recognition and captioning
# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-mock>=3.11.1
# Development
black>=23.7.0
isort>=5.12.0
flake8>=6.1.0
mypy>=1.5.1
# Added from the code block
pydantic-settings==2.0.3
# Browser automation
playwright==1.51.0