forked from hehonglu123/Welding_Motoman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
28 lines (20 loc) · 881 Bytes
/
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
[build-system]
requires = ["poetry-core>=1.8.0", "wheel",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "waam-motoman"
version = "0.1.0"
description = "WAAM Motoman."
authors = ["Honglu He <[email protected]>",]
maintainers = ["Honglu He <[email protected]>",]
include = ["CHANGELOG.md", "LICENSE", "py.typed",]
license = "BSD-3-Clause"
readme = "README.md"
repository = "https://github.com/hehonglu123/Welding_Motoman"
[tool.poetry.dependencies]
python = ">=3.8,<=3.11"
flir_waam = { git = "https://github.com/hehonglu123/flir_waam.git"}
convergent_manufacturing_utils = { git = "https://github.com/hehonglu123/convergent_manufacturing_utils.git"}
dual_robot = { git = "https://github.com/hehonglu123/dual_robot.git"}
lambda_calc = { git = "https://github.com/hehonglu123/lambda_calc"}
robotics_utils = { git = "https://github.com/hehonglu123/robotics_utils.git"}