Use uv for Python environment
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user