-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
70 lines (68 loc) · 1.67 KB
/
pyproject.toml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[tool.poetry]
name = "codebase-py"
version = "0.1.0"
description = ""
authors = ["markshawn2020 <shawninjuly@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
# 3.11 会让 wechaty 报错,因为它的dataclass不支持
# 3.12 会让 jspy 报错
# uni-api
beautifulsoup4 = "^4.12.3"
darkdetect = "^0.8.0"
dashscope = "^1.17.0"
fastapi = { extras = ["standard"], version = "^0.115.0" }
jinja2 = "^3.1.3"
loguru = "^0.7.2"
markdownify = "^0.12.1"
openai = ">=1.0"
opencv-python = "^4.10.0.84"
passlib = { extras = ["bcrypt"], version = "^1.7.4" }
pillow = "^10.4.0"
pyautogui = "^0.9.54"
pynput = "^1.7.7"
pyperclip = "^1.9.0"
python = "^3.11"
python-jose = { extras = ["cryptography"], version = "^3.3.0" }
python-multipart = "^0.0.9"
pyyaml = "^6.0.1"
requests = "^2.31.0"
selenium = "^4.19.0"
urllib3 = "<2"
uvicorn = { extras = ["standard"], version = "^0.32.0" }
webdriver-manager = "^4.0.1"
whisper = "^1.1.10"
zhipuai = "^2.0.1"
sqlmodel = "^0.0.22"
scrapy = "^2.11.2"
pydantic-settings = "^2.5.2"
gerapy = "^0.9.13"
js2py = "^0.74"
mini-racer = "^0.12.4"
pythonmonkey = "^1.0.0"
websockets = "^13.1"
apitally = { extras = ["fastapi"], version = "^0.13.0" }
uncurl = "^0.0.11"
anthropic = "^0.39.0"
sse-starlette = "^2.1.3"
cairosvg = "^2.7.1"
pycairo = "^1.27.0"
stripe = "^11.2.0"
alembic = "^1.14.0"
sqlalchemy = "^2.0.36"
psycopg2-binary = "^2.9.10"
httpx = "^0.27.2"
python-dotenv = "^1.0.1"
pymupdf = "^1.24.13"
numpy = "^2.1.3"
pandas = "^2.2.3"
rich = "^13.9.4"
openpyxl = "^3.1.5"
mutagen = "^1.47.0"
scikit-learn = "^1.5.2"
volcengine-python-sdk = "^1.0.80"
oss2 = "^2.19.1"
cs-magic-log = "^0.1.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"