-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
52 lines (48 loc) · 1.22 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
[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不支持
# 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.12"
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 = "^0.29.0"
volcengine-python-sdk = "^1.0.80"
webdriver-manager = "^4.0.1"
wechaty = "^0.10.7"
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"
apitally = {extras = ["fastapi"], version = "^0.13.0"}
pythonmonkey = "^1.0.0"
py-mini-racer = "^0.6.0"
python-slugify = "^8.0.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"