-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (37 loc) · 832 Bytes
/
Copy pathpyproject.toml
File metadata and controls
40 lines (37 loc) · 832 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
[project]
name = "metahelper"
version = "0.1.0"
description = "Meta-helper automation and API integration service."
authors = [
{name = "Builder106", email = "vaughanolayinka@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.12,<3.15"
dependencies = [
"aiohttp>=3.13.2",
"click>=8.3.1",
"edge-tts>=6.1.15",
"fastapi>=0.115.0",
"google-api-python-client>=2.187.0",
"google-genai>=1.2.0",
"google-generativeai>=0.8.3",
"httpx>=0.27.2",
"pillow>=12.0.0",
"pydantic>=2.12.5",
"pydub>=0.25.1",
"python-dotenv>=1.0.1",
"python-multipart>=0.0.12",
"requests>=2.32.5",
"tqdm>=4.67.1",
"uvicorn>=0.31.0",
"websockets>=14.2",
]
[dependency-groups]
dev = [
"pytest>=8.3.3",
]
[tool.uv]
package = false
default-groups = []
[tool.setuptools]
py-modules = []