Use uv for Python environment

This commit is contained in:
2026-06-19 18:54:46 +08:00
parent 7083c45feb
commit 87060e30d4
17 changed files with 444 additions and 69 deletions
+21
View File
@@ -0,0 +1,21 @@
[project]
name = "smart-inspection"
version = "0.1.0"
description = "AGV 智能巡检系统与机械臂服务端"
readme = "scripts/README.md"
requires-python = ">=3.10,<3.11"
dependencies = [
"flask>=2.0,<2.3",
"flask-cors>=3.0",
"numpy>=1.20",
"opencv-python>=4.5",
"pillow>=10.0",
"pymycobot>=4.0.0",
"pyyaml>=6.0",
"pyzbar>=0.1.8",
"requests>=2.25",
"werkzeug>=2.2,<3.0",
]
[tool.uv]
package = false