forked from rushindrasinha/youtube-shorts-pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 764 Bytes
/
Copy pathpyproject.toml
File metadata and controls
29 lines (26 loc) · 764 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
[build-system]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "verticals"
version = "3.0.1"
description = "AI-native vertical video engine with niche intelligence"
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.10"
dependencies = [
"anthropic>=0.39.0,<1.0",
"requests>=2.31.0,<3.0",
"Pillow>=10.0.0,<11.0",
"feedparser>=6.0.0,<7.0",
"google-api-python-client>=2.100.0,<3.0",
"google-auth>=2.23.0,<3.0",
"google-auth-oauthlib>=1.1.0,<2.0",
"openai-whisper>=20231117",
"PyYAML>=6.0,<7.0",
"edge-tts>=6.1.0,<7.0",
]
[project.optional-dependencies]
dev = ["pytest>=7.0", "pytest-mock>=3.0"]
[tool.setuptools.packages.find]
include = ["verticals*"]