-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (28 loc) · 734 Bytes
/
Copy pathpyproject.toml
File metadata and controls
32 lines (28 loc) · 734 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
[project]
name = "codex-register-v3-single"
version = "0.1.0"
description = "ChatGPT headless browser auto-registration bot"
requires-python = ">=3.11"
dependencies = [
"camoufox[geoip]>=0.4.11",
"playwright>=1.44.0",
"httpx>=0.27.0",
"curl-cffi>=0.7.0",
"aiosqlite>=0.20.0",
"loguru>=0.7.2",
"typer>=0.12.0",
"rich>=13.7.0",
"aioimaplib>=2.0.1",
"fastapi>=0.111.0",
"uvicorn[standard]>=0.30.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src"]
# Setup steps (run manually after uv sync):
# uv run python -m playwright install firefox chromium
# uv run python -m camoufox fetch
[tool.uv]
package = true