-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
60 lines (59 loc) · 1.37 KB
/
pyproject.toml
File metadata and controls
60 lines (59 loc) · 1.37 KB
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
[project]
name = "w1ndysbot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiohappyeyeballs==2.6.1",
"aiohttp==3.12.15",
"aiosignal==1.4.0",
"attrs==25.3.0",
"beautifulsoup4==4.13.4",
"certifi==2025.8.3",
"cffi==1.17.1",
"charset-normalizer==3.4.3",
"colorama==0.4.6",
"colorlog==6.9.0",
"contourpy==1.3.3",
"cryptography==45.0.6",
"cycler==0.12.1",
"et-xmlfile==2.0.0",
"fonttools==4.59.0",
"frozenlist==1.7.0",
"idna==3.10",
"jieba==0.42.1",
"joblib==1.5.1",
"kiwisolver==1.4.8",
"loguru==0.7.3",
"matplotlib==3.10.5",
"multidict==6.6.3",
"numpy==2.3.2",
"opencv-python==4.11.0.86",
"openpyxl==3.1.5",
"packaging==25.0",
"pillow==11.3.0",
"propcache==0.3.2",
"pycparser==2.22",
"pyparsing==3.2.3",
"python-dateutil==2.9.0.post0",
"python-dotenv==1.1.1",
"pyzbar==0.1.9",
"requests==2.32.4",
"scikit-learn==1.7.1",
"scipy==1.16.1",
"six==1.17.0",
"soupsieve==2.7",
"threadpoolctl==3.6.0",
"typing-extensions==4.14.1",
"urllib3==2.5.0",
"websockets==15.0.1",
"win32-setctime==1.2.0",
"wordcloud==1.9.4",
"xlrd==1.2.0",
"yarl==1.20.1",
]
[[tool.uv.index]]
name = "tsinghua"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true